home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 9 / AMUG BBS in a Box Volume IX (August 1993) (MacWizards).iso / Files / MacTechNotes / MacTN files by name < prev    next >
Encoding:
Text File  |  1993-06-22  |  232.6 KB  |  4,581 lines  |  [TEXT/EDIT]

  1.  Name  =  +5 Volt Trickle.cpt
  2.  Path =  AMUG CD:Files:MacTechNotes:Hardware:+5 Volt Trickle.cpt
  3.  Size:  6K         Date: 4/12/93         Version: 
  4.  Description:
  5.  +5 Volt Trickle - One of the features of the new NuBus90 spec is the 
  6. availability of +5 trickle charge. There are some things that you will need
  7. to know about this feature before you design any NuBus card. This Tech Note
  8. will provide these things. NuBus90 +5 trickle feature, +5 trickle feature 
  9. on Macintosh, Possible problems with +5 trickle.
  10.  
  11.  Name  =  10+ Commandments.cpt
  12.  Path =  AMUG CD:Files:MacTechNotes:Overview:10+ Commandments.cpt
  13.  Size: 17K         Date: 6/22/93         Version: 
  14.  Description:
  15.  10+ Commandments - The world of Macintosh is changing rapidly. With a 
  16. plethora of new Macintosh CPUs and the prospect of even stranger, non-68K 
  17. CPUs on the horizon, how’s a programmer supposed to keep up? Maybe it’s 
  18. time to review some basic tenets of Macintosh programming and point out 
  19. some future pitfalls. Not only is it important that Apple evolve new 
  20. hardware; Apple must evolve the operating system as well. The issues 
  21. discussed here affect the ability of Apple to transform the Macintosh 
  22. Operating System into a modern operating system. As you write new code, or 
  23. review old code, be aware of these issues. 
  24.  
  25.  Name  =  32-Bit QuickDraw V1.2.cpt
  26.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:32-Bit QuickDraw V1.2.cpt
  27.  Size:  9K         Date:10/29/92         Version: 
  28.  Description:
  29.  32-Bit QuickDraw V1.2 - This Technical Note describes the changes and 
  30. enhancements to 32-Bit QuickDraw from version 1.0 (as shipped on the 
  31. original Color Disk) to version 1.2, which ships with System Software 6.0.5
  32. and later.  This Note assumes familiarity with Inside Macintosh, Volume V, 
  33. Color QuickDraw, and 32-Bit QuickDraw release notes.
  34.  
  35.  Name  =  A/ROSE Q&As.cpt
  36.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:A/ROSE Q&As.cpt
  37.  Size: 16K         Date:10/29/92         Version: 
  38.  Description:
  39.  A/ROSE Q&As - This Technical Note contains a collection of Q&As relating to
  40. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  41. along with answers from the DSC engineers. While DSC engineers have checked
  42. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  43. editing and organization of other Technical Notes. The Q&A function is to 
  44. get new technical information and updates to you quickly, saving the polish
  45. for when the information migrates into reference manuals.
  46.  
  47.  Name  =  A/UX Compatibility Guide.cpt
  48.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:A/UX Compatibility Guide.cpt
  49.  Size: 12K         Date:10/29/92         Version: 
  50.  Description:
  51.  A/UX Compatibility Guide - This Technical Note describes details of the 
  52. A/UX 2.0 implementation of which developers should be aware, so that their 
  53. Macintosh applications also work properly under A/UX. Changes since April 
  54. 1989. This Note formerly described A/UX 1.1 Toolbox Bugs, but has been 
  55. completely rewritten to cover A/UX 2.0 compatibility. Changes since June 
  56. 1990. Changes due to A/UX 2.0.1, also added some new important issues.
  57.  
  58.  Name  =  A/UX Q&As.cpt
  59.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:A/UX Q&As.cpt
  60.  Size: 26K         Date:10/29/92         Version: 
  61.  Description:
  62.  A/UX Q&As - This Technical Note contains a collection of Q&As relating to a
  63. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  64. along with answers from the DSC engineers. While DSC engineers have checked
  65. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  66. editing and organization of other Technical Notes. The Q&A function is to 
  67. get new technical information and updates to you quickly, saving the polish
  68. for when the information migrates into reference manuals.
  69.  
  70.  Name  =  A/UX  System Calls.cpt
  71.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:A/UX  System Calls.cpt
  72.  Size: 21K         Date:10/29/92         Version: 
  73.  Description:
  74.  A/UX  System Calls - This Technical Note discusses how to make A/UX system 
  75. calls from applications developed in the Macintosh environment.  This is 
  76. useful to anyone porting an existing Macintosh driver or application to 
  77. work on A/UX as well. Changes since August 1990. Added information about 
  78. how to make use of fork() system calls under MultiFinder, as well as how 
  79. various A/UX system calls behave under the MultiFinder emulation mode. 
  80.  
  81.  Name  =  A5 and Patching traps.cpt
  82.  Path =  AMUG CD:Files:MacTechNotes:Overview:A5 and Patching traps.cpt
  83.  Size:  5K         Date:10/29/92         Version: 
  84.  Description:
  85.  A5 and Patching traps - Future software may allow desk accessories to have 
  86. their own globals by changing register A5 when the accessory is entered and
  87. exited. This can cause problems for applications that patch traps without 
  88. following certain rules.
  89.  
  90.  Name  =  A5 in GrowZone Procs.cpt
  91.  Path =  AMUG CD:Files:MacTechNotes:Memory:A5 in GrowZone Procs.cpt
  92.  Size:  5K         Date:10/29/92         Version: 
  93.  Description:
  94.  A5 in GrowZone Procs - If you have a grow zone function, it may get called 
  95. when a system routine is trying to allocate memory. Because this can 
  96. happen, you can’t be guaranteed that register A5 will be correct. If your 
  97. grow zone function depends on A5, you should save register A5, load A5 from
  98. the low-memory global CurrentA5 (a long word at $904), and restore the 
  99. caller’s A5 before you exit.
  100.  
  101.  Name  =  ADB Q&As.cpt
  102.  Path =  AMUG CD:Files:MacTechNotes:Hardware:ADB Q&As.cpt
  103.  Size: 17K         Date:10/29/92         Version: 
  104.  Description:
  105.  ADB Q&As - This Technical Note contains a collection of Q&As relating to a 
  106. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  107. along with answers from the DSC engineers. While DSC engineers have checked
  108. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  109. editing and organization of other Technical Notes. The Q&A function is to 
  110. get new technical information and updates to you quickly, saving the polish
  111. for when the information migrates into reference manuals.
  112.  
  113.  Name  =  ADBReInit in sys 4.2 - Don'.cpt
  114.  Path =  AMUG CD:Files:MacTechNotes:Hardware:ADBReInit in sys 4.2 - Don'.cpt
  115.  Size:  5K         Date: 6/22/93         Version: 
  116.  Description:
  117.  ADBReInit in sys 4.2 - Because of a bug (which causes auto-repeat) in the 
  118. ROM version of the Macintosh SE keyboard driver, a patch was placed in 
  119. System 4.1. If ADBReInit is called, the ROM version of the keyboard driver 
  120. will be reloaded, and the RAM version of the driver with the patches will 
  121. not be used. Therefore, it is recommended that ADBReInit not be called on 
  122. the Macintosh SE until the problem is fixed. (There is no need to call 
  123. ADBReInit.) This problem will not occur with the Macintosh II ROM version 
  124. of the keyboard driver.
  125.  
  126.  Name  =  ADB (Space Aliens).cpt
  127.  Path =  AMUG CD:Files:MacTechNotes:Hardware:ADB (Space Aliens).cpt
  128.  Size: 15K         Date: 6/22/93         Version: 
  129.  Description:
  130.  ADB (Space Aliens) - This Technical Note explains how the Apple Desktop Bus
  131. (ADB) works on the Macintosh. This Note covers the boot process, driver 
  132. installation, ADB Manager run-time behavior, use of ADB Manager calls, and 
  133. answers commonly asked questions.
  134.  
  135.  Name  =  ADSP Q&As.cpt
  136.  Path =  AMUG CD:Files:MacTechNotes:Networking:ADSP Q&As.cpt
  137.  Size:  8K         Date:10/29/92         Version: 
  138.  Description:
  139.  ADSP Q&As - This Technical Note contains a collection of Q&As relating to a
  140. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  141. along with answers from the DSC engineers. While DSC engineers have checked
  142. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  143. editing and organization of other Technical Notes. The Q&A function is to 
  144. get new technical information and updates to you quickly, saving the polish
  145. for when the information migrates into reference manuals.
  146.  
  147.  Name  =  AFE Q&As.cpt
  148.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:AFE Q&As.cpt
  149.  Size:  9K         Date:10/29/92         Version: 
  150.  Description:
  151.  AFE Q&As - This Technical Note contains a collection of Q&As relating to a 
  152. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  153. along with answers from the DSC engineers. While DSC engineers have checked
  154. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  155. editing and organization of other Technical Notes. The Q&A function is to 
  156. get new technical information and updates to you quickly, saving the polish
  157. for when the information migrates into reference manuals.
  158.  
  159.  Name  =  AFP Q&As.cpt
  160.  Path =  AMUG CD:Files:MacTechNotes:Networking:AFP Q&As.cpt
  161.  Size:  6K         Date:10/29/92         Version: 
  162.  Description:
  163.  AFP Q&As - This Technical Note contains a collection of Q&As relating to a 
  164. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  165. along with answers from the DSC engineers. While DSC engineers have checked
  166. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  167. editing and organization of other Technical Notes. The Q&A function is to 
  168. get new technical information and updates to you quickly, saving the polish
  169. for when the information migrates into reference manuals.
  170.  
  171.  Name  =  ASP & AFP.cpt
  172.  Path =  AMUG CD:Files:MacTechNotes:Networking:ASP & AFP.cpt
  173.  Size:  5K         Date:10/29/92         Version: 
  174.  Description:
  175.  ASP & AFP - The descriptions of the AppleTalk Session Protocol and 
  176. AppleTalk Filing Protocol functions within the body of the AppleTalk 
  177. Manager chapter are incorrect and conflict with those in the Summary of the
  178. AppleTalk Manager. This technical note resolves the discrepancy. The 
  179. descriptions of the AppleTalk Session Protocol and AppleTalk Filing 
  180. Protocol functions which are described on pages 534 through 548 of Inside 
  181. Macintosh Volume V conflict with the descriptions in the Summary of the 
  182. AppleTalk Manager section, pages 554 through 559. 
  183.  
  184.  Name  =  ATP Q&As.cpt
  185.  Path =  AMUG CD:Files:MacTechNotes:Networking:ATP Q&As.cpt
  186.  Size:  5K         Date:10/29/92         Version: 
  187.  Description:
  188.  ATP Q&As - This Technical Note contains a collection of Q&As relating to a 
  189. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  190. along with answers from the DSC engineers. While DSC engineers have checked
  191. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  192. editing and organization of other Technical Notes. The Q&A function is to 
  193. get new technical information and updates to you quickly, saving the polish
  194. for when the information migrates into reference manuals.
  195.  
  196.  Name  =  AT Remote Access Q&As.cpt
  197.  Path =  AMUG CD:Files:MacTechNotes:Networking:AT Remote Access Q&As.cpt
  198.  Size:  7K         Date:10/29/92         Version: 
  199.  Description:
  200.  AT Remote Access Q&As - This Technical Note contains a collection of Q&As 
  201. relating to a specific topic—questions you’ve sent the Developer Support 
  202. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  203. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  204. have the editing and organization of other Technical Notes. The Q&A 
  205. function is to get new technical information and updates to you quickly, 
  206. saving the polish for when the information migrates into reference manuals.
  207.  
  208.  Name  =  Absolute Pointing Device.cpt
  209.  Path =  AMUG CD:Files:MacTechNotes:Devices:Absolute Pointing Device.cpt
  210.  Size: 14K         Date:10/30/92         Version: 
  211.  Description:
  212.  This Technical Note specifies a memory data structure for use by absolute 
  213. pointing devices; it was developed for the Apple Desktop Bus (ADB) but 
  214. could also be used for devices using serial input. Generally, this data 
  215. structure is created and updated by the pointing device’s driver and read 
  216. by either an application or the system cursor rendering software.
  217.  
  218.  Name  =  Accessing Globals From MPW .cpt
  219.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Accessing Globals From MPW .cpt
  220.  Size:  6K         Date: 6/22/93         Version: 
  221.  Description:
  222.  Accessing Globals From MPW - This technical note demonstrates how to access
  223. MPW Pascal and MPW C globals from the MPW Assembler.
  224.  
  225.  Name  =  AddDrive DrvrInstall.cpt
  226.  Path =  AMUG CD:Files:MacTechNotes:Devices:AddDrive DrvrInstall.cpt
  227.  Size:  6K         Date:10/29/92         Version: 
  228.  Description:
  229.  AddDrive DrvrInstall - AddDrive, DrvrInstall, and _DrvrRemove are used in 
  230. the sample SCSI driver in the SCSI Development Package, which is available 
  231. from APDA. This Technical Note documents the parameters for these calls.
  232. Changes since March 1, 1988. Updated the DrvrInstall text to reflect the 
  233. use of register A0, which should contain a pointer to the driver when 
  234. called. Also added simple glue code for DrvrInstall and DrvrRemove since 
  235. none is available in the MPW interfaces.
  236.  
  237.  Name  =  Alias Mgr Q&As.cpt
  238.  Path =  AMUG CD:Files:MacTechNotes:Files:Alias Mgr Q&As.cpt
  239.  Size:  5K         Date:10/29/92         Version: 
  240.  Description:
  241.  Alias Mgr Q&As - This Technical Note contains a collection of Q&As relating
  242. to a specific topic—questions you’ve sent the Developer Support Center 
  243. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  244. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  245. the editing and organization of other Technical Notes. The Q&A function is 
  246. to get new technical information and updates to you quickly, saving the 
  247. polish for when the information migrates into reference manuals.
  248.  
  249.  Name  =  Appearance Of Text.cpt
  250.  Path =  AMUG CD:Files:MacTechNotes:Text:Appearance Of Text.cpt
  251.  Size:  6K         Date:10/29/92         Version: 
  252.  Description:
  253.  Appearance Of Text - This technical note describes why text doesn’t always 
  254. look the way you expect depending on the environment you are in.
  255.  
  256.  Name  =  Apple Event Mgr Q&As.cpt
  257.  Path =  AMUG CD:Files:MacTechNotes:Interapplication Comm.:Apple Event Mgr Q&As.cpt
  258.  Size: 14K         Date:10/29/92         Version: 
  259.  Description:
  260.  Apple Event Mgr Q&As - This Technical Note contains a collection of Q&As 
  261. relating to a specific topic—questions you’ve sent the Developer Support 
  262. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  263. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  264. have the editing and organization of other Technical Notes. The Q&A 
  265. function is to get new technical information and updates to you quickly, 
  266. saving the polish for when the information migrates into reference manuals.
  267.  
  268.  Name  =  AppleEvents Send to Self.cpt
  269.  Path =  AMUG CD:Files:MacTechNotes:Interapplication Comm.:AppleEvents Send to Self.cpt
  270.  Size:  8K         Date:10/29/92         Version: 
  271.  Description:
  272.  AppleEvents Send to Self - If an application suspends handling of an Apple 
  273. event which it sent to itself, the Apple Event Manager will return 
  274. errAETimeout as the result of the AESend call. The event was still sent 
  275. correctly, however, and the answer (if any) should appear later in the 
  276. reply descriptor. However, a problem in system software versions 7.0 and 
  277. 7.0.1 prevents applications from getting the reply data.
  278.  
  279.  Name  =  AppleShare Foreground Apps.cpt
  280.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleShare Foreground Apps.cpt
  281.  Size:  5K         Date:10/29/92         Version: 
  282.  Description:
  283.  AppleShare Foreground Apps - This technical note outlines the requirements 
  284. and restrictions of an AppleShare foreground application. This information 
  285. pertains to AppleShare versions 1.1 and newer. An AppleShare server 
  286. requires a dedicated Macintosh. The server, however, is implemented as an 
  287. interrupt-driven application that runs in the system heap of the server 
  288. machine. This allows the running of a concurrent or foreground application 
  289. that will live in the application heap of the server machine. An example of
  290. a foreground application is LaserShare, the LaserWriter spooler available 
  291. from Apple.
  292.  
  293.  Name  =  AppleShare Limits.cpt
  294.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleShare Limits.cpt
  295.  Size:  5K         Date:10/29/92         Version: 
  296.  Description:
  297.  AppleShare Limits - This Technical Note describes some machine-dependent 
  298. limits of current versions of AppleShare and AppleShare servers. The 
  299. following chart lists some current AppleShare limits which are based upon 
  300. the chosen server platform and memory configuration.  The limits which 
  301. otherwise might be present on a workstation are still in effect and are not
  302. affected by the workstation being logged into an AppleShare server. These 
  303. limits will change in the future.
  304.  
  305.  Name  =  AppleShareQ&As.cpt
  306.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleShareQ&As.cpt
  307.  Size: 22K         Date:12/29/92         Version: 
  308.  Description:
  309.  AppleShareQ&As - This Technical Note contains a collection of Q&As relating
  310. to a specific topic—questions you’ve sent the Developer Support Center 
  311. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  312. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  313. the editing and organization of other Technical Notes. The Q&A function is 
  314. to get new technical information and updates to you quickly, saving the 
  315. polish for when the information migrates into reference manuals.
  316.  
  317.  Name  =  AppleShare Q&As.cpt
  318.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleShare Q&As.cpt
  319.  Size: 27K         Date:10/29/92         Version: 
  320.  Description:
  321.  AppleShare Q&As - This Technical Note contains a collection of Q&As 
  322. relating to a specific topic—questions you’ve sent the Developer Support 
  323. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  324. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  325. have the editing and organization of other Technical Notes. The Q&A 
  326. function is to get new technical information and updates to you quickly, 
  327. saving the polish for when the information migrates into reference manuals.
  328.  
  329.  Name  =  AppleShareable Applications.cpt
  330.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleShareable Applications.cpt
  331.  Size:  6K         Date:10/29/92         Version: 
  332.  Description:
  333.  AppleShareable Applications - Normally, applications on an AppleShare 
  334. server volume cannot be executed by more than one user at a time. This 
  335. technical note explains why, and tells how you can enable your application 
  336. to be shared.
  337.  
  338.  Name  =  AppleShare and Old Finder.cpt
  339.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleShare and Old Finder.cpt
  340.  Size:  4K         Date:10/29/92         Version: 
  341.  Description:
  342.  AppleShare and Old Finder - A rumor has been spread that if you use a 
  343. pre-AppleShare Finder on a workstation to access AppleShare volumes, you 
  344. can bypass AppleShare’s “access privilege” mechanisms. This is not true. 
  345. Access controls are enforced by the server, not by the Finder. If you use 
  346. an older Finder, you are still prevented (by the server) from gaining 
  347. access to protected files and folders; however, you will not get the proper
  348. user-interface feedback that you would if you were using the correct 
  349. Finder.
  350.  
  351.  Name  =  AppleTalk2.cpt
  352.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleTalk2.cpt
  353.  Size: 63K         Date:10/29/92         Version: 
  354.  Description:
  355.  AppleTalk2 - This Technical Note discusses the new features of AppleTalk 
  356. available for system software version 7.0 and AppleTalk version 57. The new
  357. features include support for the Flagship Naming Service and the AppleTalk 
  358. Multiple Node Architecture. We present the Multiple Node Architecture and 
  359. discuss the new calls available to applications. We also discuss the impact
  360. of the new architecture on AppleTalk Device files (ADEVs), and the changes 
  361. necessary to make them multinode compatible.
  362.  
  363.  Name  =  AppleTalk Interfaces.cpt
  364.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleTalk Interfaces.cpt
  365.  Size:  6K         Date:10/29/92         Version: 
  366.  Description:
  367.  AppleTalk Interfaces - What you need to do in order to use high-level 
  368. AppleTalk routines depends upon the interfaces you are using. Some 
  369. differences are outlined below.
  370.  
  371.  Name  =  AppleTalkOvQ&As.cpt
  372.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleTalkOvQ&As.cpt
  373.  Size:  9K         Date:12/29/92         Version: 
  374.  Description:
  375.  AppleTalkOvQ&As - This Technical Note contains a collection of Q&As 
  376. relating to a specific topic—questions you’ve sent the Developer Support 
  377. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  378. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  379. have the editing and organization of other Technical Notes. The Q&A 
  380. function is to get new technical information and updates to you quickly, 
  381. saving the polish for when the information migrates into reference manuals.
  382.  
  383.  Name  =  AppleTalk Ov Q&As.cpt
  384.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleTalk Ov Q&As.cpt
  385.  Size: 12K         Date:10/29/92         Version: 
  386.  Description:
  387.  AppleTalk Ov Q&As - This Technical Note contains a collection of Q&As 
  388. relating to a specific topic—questions you’ve sent the Developer Support 
  389. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  390. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  391. have the editing and organization of other Technical Notes. The Q&A 
  392. function is to get new technical information and updates to you quickly, 
  393. saving the polish for when the information migrates into reference manuals.
  394.  
  395.  Name  =  AppleTalk Phase 2.cpt
  396.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleTalk Phase 2.cpt
  397.  Size: 18K         Date:10/29/92         Version: 
  398.  Description:
  399.  AppleTalk Phase 2 - This Technical Note discusses the new features and 
  400. calls available with AppleTalk Phase 2. Changes since August 1989. 
  401. Incorporated the ClosePrep and CancelClosePrep transitions and the new 
  402. control calls to the .MPP driver.
  403.  
  404.  Name  =  AppleTalk Timers Explained.cpt
  405.  Path =  AMUG CD:Files:MacTechNotes:Networking:AppleTalk Timers Explained.cpt
  406.  Size: 10K         Date: 6/22/93         Version: 
  407.  Description:
  408.  AppleTalk Timers Explained - This Technical Note explains how to 
  409. effectively use timers and retry mechanisms of the various AppleTalk 
  410. protocols to achieve maximum performance on an internet.
  411.  
  412.  Name  =  Apple’s Multidisk Installer.cpt
  413.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Apple’s Multidisk Installer.cpt
  414.  Size:  9K         Date: 6/22/93         Version: 
  415.  Description:
  416.  Apple’s Multidisk Installer - This Technical Note documents Apple’s 
  417. Multidisk Installer, and it is in addition to separate Installer 
  418. documentation which provides the details of writing scripts.
  419. Changes since September 1991, Revised information on the use of Installer 
  420. version 3.1 to version 3.2. Revised information on the use of ScriptCheck 
  421. version 3.2.1 with Installer version 3.2. Added Common Questions and 
  422. Answers relating to the use of the Installer.
  423.  
  424.  Name  =  Arbitr UseofAFPMisc.cpt
  425.  Path =  AMUG CD:Files:MacTechNotes:Networking:Arbitr UseofAFPMisc.cpt
  426.  Size:  5K         Date:10/29/92         Version: 
  427.  Description:
  428.  Arbitr UseofAFPMisc - This Technical Note discusses a scheme for 
  429. arbitrating the use of the afpMiscUserCommand and afpMiscUserWrite 
  430. AppleTalk Filing Protocol (AFP) commands. Inside Macintosh Volume V lists 
  431. two AFP command codes that are reserved for developers. They are 
  432. afpMiscUserCommand (call number 191) and afpMiscUserWrite (call number 
  433. 254). Several developers have asked that Apple arbitrate the use of those 
  434. two AFP calls. This Technical Note describes our recommended solution.
  435.  
  436.  Name  =  Author Index.cpt
  437.  Path =  AMUG CD:Files:MacTechNotes: Indexes:Author Index.cpt
  438.  Size:  9K         Date:10/29/92         Version: 
  439.  Description:
  440.  Author Index - This index lists each author and the Technical Notes they 
  441. are responsible for.
  442.  
  443.  Name  =  Available Volumes.cpt
  444.  Path =  AMUG CD:Files:MacTechNotes:Files:Available Volumes.cpt
  445.  Size:  5K         Date:10/29/92         Version: 
  446.  Description:
  447.  Available Volumes - Standard File lets the user select one file from any 
  448. available volume; it is sometimes necessary for an application to find 
  449. which volumes are present. This technical note gives the proper method of 
  450. accomplishing this. There is a little-noticed feature of the low-level file
  451. manager call PBHGetVInfo which allows specification of a “volume index” to 
  452. select the volume. 
  453.  
  454.  Name  =  Avoid Using Network Events.cpt
  455.  Path =  AMUG CD:Files:MacTechNotes:Networking:Avoid Using Network Events.cpt
  456.  Size:  5K         Date:10/29/92         Version: 
  457.  Description:
  458.  Avoid Using Network Events - Future System software enhancements will not 
  459. support network events. This note gives hints on weaning your application 
  460. from the use of network events.
  461.  
  462.  Name  =  Background-Only Apps.cpt
  463.  Path =  AMUG CD:Files:MacTechNotes:Processes:Background-Only Apps.cpt
  464.  Size:  8K         Date:12/29/92         Version: 
  465.  Description:
  466.  Background-Only Apps - Background-only applications (BOAs) are Macintosh 
  467. applications that run only in the background under MultiFinder and under 
  468. System 7. BOAs are the preferred alternative to INITs, drivers, and 
  469. stand-alone code for most startup-time and background “daemon” services. 
  470. This note discusses various issues that affect development of BOAs, as well
  471. as useful implementation strategies for BOAs.
  472.  
  473.  Name  =  Basic QuickDraw Q&As.cpt
  474.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Basic QuickDraw Q&As.cpt
  475.  Size: 29K         Date:10/29/92         Version: 
  476.  Description:
  477.  Basic QuickDraw Q&As - This Technical Note contains a collection of Q&As 
  478. relating to a specific topic—questions you’ve sent the Developer Support 
  479. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  480. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  481. have the editing and organization of other Technical Notes. The Q&A 
  482. function is to get new technical information and updates to you quickly, 
  483. saving the polish for when the information migrates into reference manuals.
  484.  
  485.  Name  =  BitMapToRegion.cpt
  486.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:BitMapToRegion.cpt
  487.  Size:  6K         Date:10/29/92         Version: 
  488.  Description:
  489.  BitMapToRegion - This Technical Note discusses the routine BitMapToRegion, 
  490. which converts a bitmap to a region, and is available in the 32-Bit 
  491. QuickDraw INIT and from Apple Software Licensing. Changes since October 
  492. 1989. Added trap definitions for developers using the 32-Bit QuickDraw 
  493. version of this routine without the correct MPW include file.
  494.  
  495.  Name  =  Blessed Folder.cpt
  496.  Path =  AMUG CD:Files:MacTechNotes:Files:Blessed Folder.cpt
  497.  Size:  6K         Date:10/29/92         Version: 
  498.  Description:
  499.  Blessed Folder - This Technical Note describes how to determine which 
  500. folder on an HFS volume is the blessed folder, that is, the folder that 
  501. contains both the System file and the Finder. Changes since January 1986, 
  502. The information about how to find the "Blessed Folder" has been deleted 
  503. from this technical note. The FindFolder function can now be used to find 
  504. the "Blessed Folder" and is documented in Inside Macintosh Volume VI, pages
  505. 9-42 to 9-44. This note now includes information about how to bless a 
  506. folder to the new system folder.
  507.  
  508.  Name  =  Boot Blocks.cpt
  509.  Path =  AMUG CD:Files:MacTechNotes:Devices:Boot Blocks.cpt
  510.  Size:  5K         Date:10/29/92         Version: 
  511.  Description:
  512.  Boot Blocks - There are two undocumented features of the Boot Blocks. This 
  513. note will describe how they currently work. Warning - The format and 
  514. functionality of the Boot Blocks will change in the future; dependence on 
  515. this information may cause your program to fail on future hardware or with 
  516. future System software.
  517.  
  518.  Name  =  Boot Problems.cpt
  519.  Path =  AMUG CD:Files:MacTechNotes:Devices:Boot Problems.cpt
  520.  Size: 18K         Date:10/29/92         Version: 
  521.  Description:
  522.  Boot Problems - The death of a hard disk with megabytes worth of data can 
  523. be exceedingly traumatic. This technical note will describe techniques for 
  524. recovering a hard disk and the data that is on it. The discussion will also
  525. include some tips on how to avoid problems.
  526.  
  527.  Name  =  Borrowed AFP Sessions.cpt
  528.  Path =  AMUG CD:Files:MacTechNotes:Networking:Borrowed AFP Sessions.cpt
  529.  Size: 11K         Date:10/29/92         Version: 
  530.  Description:
  531.  Borrowed AFP Sessions - This Technical Note shows how to borrow the session
  532. reference number of an AFP volume mounted by the Macintosh File System. It 
  533. also shows how to retrieve other information from the file system for a 
  534. mounted AFP volume.
  535.  
  536.  Name  =  Break/CTS Serial Driver Eve.cpt
  537.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Break/CTS Serial Driver Eve.cpt
  538.  Size:  5K         Date:10/29/92         Version: 
  539.  Description:
  540.  Break/CTS Serial Driver Eve - This technical note documents the event 
  541. record information that gets passed when the serial driver posts an event 
  542. for a break/CTS status change. The serial driver can be programmed to post 
  543. a device driver event upon encountering a break status change or CTS change
  544. (via the SerHShake call). The structure of device driver events is 
  545. driver-specific. This technical note documents the event record information
  546. that gets passed when the serial driver posts a device driver event for a 
  547. break/CTS status change.
  548.  
  549.  Name  =  Bundles.cpt
  550.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Bundles.cpt
  551.  Size:  6K         Date:10/29/92         Version: 
  552.  Description:
  553.  Bundles - A bundle is a collection of resources. Bundles can be used for a 
  554. number of different purposes, and are currently used by the Finder ito tie 
  555. an icon to a file type, allowing your application or data file to have its 
  556. own icon.
  557.  
  558.  Name  =  Bus Error Handlers.cpt
  559.  Path =  AMUG CD:Files:MacTechNotes:Devices:Bus Error Handlers.cpt
  560.  Size: 12K         Date:10/29/92         Version: 
  561.  Description:
  562.  Bus Error Handlers - This Technical Note discusses bus errors and how 
  563. applications and drivers should deal with them. Changes since February 
  564. 1991, Discussion of why declaration ROMs are necessary in NuBus™ design. 
  565. This discussion is important for those who are considering using a 
  566. workaround instead of declaration ROMs. Also added are some hints that you 
  567. should be aware of if you are planning to write a bus error handler for the
  568. ’040.
  569.  
  570.  Name  =  Byte Smearing.cpt
  571.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Byte Smearing.cpt
  572.  Size:  5K         Date: 6/22/93         Version: 
  573.  Description:
  574.  Byte Smearing - This Technical Note discusses a feature of the current 
  575. Macintosh hardware which will not be supported in the future.  Macintosh 
  576. hardware developers and driver writers should be aware of this limitation 
  577. as it affects current and future products.
  578.  
  579.  Name  =  C++ Pitfalls.cpt
  580.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:C++ Pitfalls.cpt
  581.  Size: 22K         Date:10/29/92         Version: 
  582.  Description:
  583.  C++ Pitfalls - This Technical Note covers most of the common and serious 
  584. subtle problems that a MPW C++ user might encounter. For more information 
  585. consult the current C++ literature. This Note will be updated periodically 
  586. to reflect changes in the language and the compiler. Always read the 
  587. release notes included with the MPW C++ to find out the latest status for 
  588. known bugs and restrictions.
  589.  
  590.  Name  =  CD-ROM Driver Calls.cpt
  591.  Path =  AMUG CD:Files:MacTechNotes:Devices:CD-ROM Driver Calls.cpt
  592.  Size: 26K         Date: 6/22/93         Version: 
  593.  Description:
  594.  CD-ROM Driver Calls - This Technical Note discusses the public interface to
  595. the Apple CD-ROM driver, which currently supports the AppleCD SC, AppleCD 
  596. SC Plus/AppleCD 150, and the AppleCD 300. This information supercedes the 
  597. "Macintosh CD-ROM Device Driver" chapter of AppleCD SC Developer's guide 
  598. available through APDA. If you're writing special purpose application 
  599. software that needs to access the audio or data portions of a CD-ROM 
  600. directly, this note will be of interest to you. 
  601.  
  602.  Name  =  CD-ROM Notes (Most Excellen.cpt
  603.  Path =  AMUG CD:Files:MacTechNotes:Devices:CD-ROM Notes (Most Excellen.cpt
  604.  Size:  9K         Date: 6/22/93         Version: 
  605.  Description:
  606.  CD-ROM Notes - This Technical Note discusses issues concerning the use of 
  607. the AppleCD SC drive, the Apple CD-ROM device driver, and the Foreign File 
  608. Access software extension.
  609.  
  610.  Name  =  CD-ROM Q&As.cpt
  611.  Path =  AMUG CD:Files:MacTechNotes:Devices:CD-ROM Q&As.cpt
  612.  Size: 11K         Date:10/29/92         Version: 
  613.  Description:
  614.  CD-ROM Q&As - This Technical Note contains a collection of Q&As relating to
  615. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  616. along with answers from the DSC engineers. While DSC engineers have checked
  617. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  618. editing and organization of other Technical Notes. The Q&A function is to 
  619. get new technical information and updates to you quickly, saving the polish
  620. for when the information migrates into reference manuals.
  621.  
  622.  Name  =  CDEF Params and Bugs.cpt
  623.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:CDEF Params and Bugs.cpt
  624.  Size:  5K         Date:10/29/92         Version: 
  625.  Description:
  626.  CDEF Params and Bugs - This Technical Note describes known bugs in the 
  627. Control Manager which affect control definition functions ('CDEF' 
  628. resources). Changes since August 1988. Updated to reflect known bugs in the
  629. posCntl and thumbCntl messages and the Control Manager _TrackControl call.
  630.  
  631.  Name  =  CMOS On LC PDS.cpt
  632.  Path =  AMUG CD:Files:MacTechNotes:Hardware:CMOS On LC PDS.cpt
  633.  Size:  5K         Date:10/29/92         Version: 
  634.  Description:
  635.  CMOS On LC PDS - This Technical Note provides PDS card developers with some
  636. important information about making PDS cards for the Macintosh LC. Due to 
  637. the way the Macintosh LC was designed, Apple strongly recommends that all 
  638. PDS cards be developed with CMOS parts.
  639.  
  640.  Name  =  Cache As Cache Can.cpt
  641.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Cache As Cache Can.cpt
  642.  Size: 16K         Date:10/29/92         Version: 
  643.  Description:
  644.  Cache As Cache Can - This Technical Note documents cache behavior, 
  645. manipulation of processor caches, and manipulation of external caches on 
  646. Macintosh models that incorporate these features. It also describes how 
  647. system software uses a memory management unit (when available) to implement
  648. special caching options. Changes since October 1991. Described use of 
  649. AppleTalk Transition Queue event, ATTransSpeedChange, when altering the 
  650. 68040 cache state on the fly. This call must be issued so that LocalTalk 
  651. can reevaluate its timers. Otherwise LocalTalk becomes disabled.
  652.  
  653.  Name  =  Caching.cpt
  654.  Path =  AMUG CD:Files:MacTechNotes:Files:Caching.cpt
  655.  Size:  7K         Date:10/29/92         Version: 
  656.  Description:
  657.  Caching - This technical note describes disk and File System caching on the
  658. Macintosh, with particular emphasis on the high-level File System cache. Of
  659. the three caches used for file I/O, this is the one which could have the 
  660. most impact on your program. 
  661.  
  662.  Name  =  Calling SetResLoad.cpt
  663.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Calling SetResLoad.cpt
  664.  Size:  4K         Date:10/29/92         Version: 
  665.  Description:
  666.  Calling SetResLoad - Calling SetResLoad(FALSE) can be useful if you need to
  667. get a handle to a resource, without causing the resource to be loaded from 
  668. disk if it isn’t already in memory. SetResLoad changes the value of the 
  669. low-memory global ResLoad (at location $A5E).
  670.  
  671.  Name  =  Category Index.cpt
  672.  Path =  AMUG CD:Files:MacTechNotes: Indexes:Category Index.cpt
  673.  Size: 40K         Date:10/29/92         Version: 
  674.  Description:
  675.  Category Index - This index lists each Technical Note by Cataogry, and 
  676. gives a brief description of of it's contents.
  677.  
  678.  Name  =  ChangedResource.cpt
  679.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:ChangedResource.cpt
  680.  Size:  5K         Date:10/29/92         Version: 
  681.  Description:
  682.  ChangedResource - The toolbox trap ChangedResource is used to inform the 
  683. Resource Manager that the contents of a resource have changed and should be
  684. written to disk. The actual write occurs on the next call to WriteResource 
  685. (for the specific resource) or UpdateResFile (for the resource file 
  686. containing the specified resource). When called, ChangedResource reserves 
  687. enough disk space to contain the changed resource. A little-known “feature”
  688. of ChangedResource is that it reserves disk space every time it is called. 
  689.  
  690.  Name  =  Chooser Enhancements
  691. .cpt
  692.  Path =  AMUG CD:Files:MacTechNotes:Overview:Chooser Enhancements
  693. .cpt
  694.  Size:  9K         Date: 6/22/93         Version: 
  695.  Description:
  696.  Chooser Enhancements - Beginning with version 3.2, the Chooser has been 
  697. enhanced to provide support for additional controls.
  698.  
  699.  Name  =  'ckid' Resource Format.cpt
  700.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:'ckid' Resource Format.cpt
  701.  Size:  8K         Date:10/29/92         Version: 
  702.  Description:
  703.  'ckid' Resource Format - This Technical Note describes the 'ckid' resource 
  704. format used by MPW’s Projector.  If you are writing an editor or 
  705. development system, you may wish to allow or disallow file modification 
  706. based on the information in the resource.
  707.  
  708.  Name  =  Clearing Completion.cpt
  709.  Path =  AMUG CD:Files:MacTechNotes:Files:Clearing Completion.cpt
  710.  Size:  4K         Date: 6/22/93         Version: 
  711.  Description:
  712.  Clearing Completion - When making synchronous calls to the File Manager, it
  713. is not necessary to clear ioCompletion field of the parameter block, since 
  714. that is done for you. Some earlier technotes explicitly cleared 
  715. ioCompletion, with the knowledge that this was unnecessary, to try to 
  716. encourage developers to fill in all fields of parameter blocks as indicated
  717. in Inside Macintosh. 
  718.  
  719.  Name  =  Clickless Sound.cpt
  720.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Clickless Sound.cpt
  721.  Size:  5K         Date:10/29/92         Version: 
  722.  Description:
  723.  Clickless Sound - This Technical Note formerly described how to use the 
  724. Sound Driver to produce continuous sound without clicking. Changes since 
  725. March 1988. The continuous sound technique is no longer recommended.
  726.  
  727.  Name  =  Collaborative Comp Q&As.cpt
  728.  Path =  AMUG CD:Files:MacTechNotes:Interapplication Comm.:Collaborative Comp Q&As.cpt
  729.  Size:  7K         Date: 6/22/93         Version: 
  730.  Description:
  731.  Collaborative Comp Q&As - This Technical Note contains a collection of Q&As
  732. relating to a specific topic—questions you’ve sent the Developer Support 
  733. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  734. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  735. have the editing and organization of other Technical Notes. The Q&A 
  736. function is to get new technical information and updates to you quickly, 
  737. saving the polish for when the information migrates into reference manuals.
  738.  
  739.  Name  =  Color Cursor Cursing.cpt
  740.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Color Cursor Cursing.cpt
  741.  Size:  5K         Date:10/29/92         Version: 
  742.  Description:
  743.  Color Cursor Cursing - Working with color cursors you create from scratch 
  744. can cause headaches. This Technical Note may help a bit. Changes since June
  745. 1989. Added a warning about purgeable 'clut' resources.
  746.  
  747.  Name  =  Color Mgr Q&As.cpt
  748.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Color Mgr Q&As.cpt
  749.  Size:  6K         Date:10/29/92         Version: 
  750.  Description:
  751.  Color Mgr Q&As - This Technical Note contains a collection of Q&As relating
  752. to a specific topic—questions you’ve sent the Developer Support Center 
  753. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  754. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  755. the editing and organization of other Technical Notes. The Q&A function is 
  756. to get new technical information and updates to you quickly, saving the 
  757. polish for when the information migrates into reference manuals.
  758.  
  759.  Name  =  Color Monitor Connection.cpt
  760.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Color Monitor Connection.cpt
  761.  Size:  7K         Date:10/29/92         Version: 
  762.  Description:
  763.  Color Monitor Connection - This Technical Note describes how to connect the
  764. Macintosh II Video Card, Macintosh IIci built-in video, and Macintosh LC 
  765. video to third-party monitors. Changes since February 1990. Added pinout 
  766. description for the Macintosh LC external video connector and a Macintosh 
  767. LC to VGA monitor adapter cable.  Standardized signal names throughout 
  768. Note.
  769.  
  770.  Name  =  Color Printing.cpt
  771.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Color Printing.cpt
  772.  Size:  8K         Date:10/29/92         Version: 
  773.  Description:
  774.  Color Printing - This discusses color printing in a Macintosh application.
  775. Whereas the original eight-color model of QuickDraw was sufficient for 
  776. printing in color on the ImageWriter II, the introduction of Color 
  777. QuickDraw has created the need for more sophisticated printing methods.
  778.  
  779.  Name  =  Color QuickDraw Q&As.cpt
  780.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Color QuickDraw Q&As.cpt
  781.  Size: 39K         Date:10/29/92         Version: 
  782.  Description:
  783.  Color QuickDraw Q&As - This Technical Note contains a collection of Q&As 
  784. relating to a specific topic—questions you’ve sent the Developer Support 
  785. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  786. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  787. have the editing and organization of other Technical Notes. The Q&A 
  788. function is to get new technical information and updates to you quickly, 
  789. saving the polish for when the information migrates into reference manuals.
  790.  
  791.  Name  =  ColorSync Q&As.cpt
  792.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:ColorSync Q&As.cpt
  793.  Size:  6K         Date: 6/22/93         Version: 
  794.  Description:
  795.  ColorSync Q&As - This Technical Note contains a collection of Q&As relating
  796. to a specific topic—questions you’ve sent the Developer Support Center 
  797. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  798. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  799. the editing and organization of other Technical Notes. The Q&A function is 
  800. to get new technical information and updates to you quickly, saving the 
  801. polish for when the information migrates into reference manuals.
  802.  
  803.  Name  =  Color, Windows & 7.0.cpt
  804.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Color, Windows & 7.0.cpt
  805.  Size: 21K         Date:10/29/92         Version: 
  806.  Description:
  807.  Color, Windows & 7.0 - System software version 7.0 introduces a new look 
  808. for the Macintosh desktop. In order to implement those changes, 'wctb' and 
  809. 'cctb' resources have changed in both form and use; it is now up to 
  810. developers to take the lead and help the new standard work. The task can be
  811. divided into two main areas: in most cases all developers have to do is to 
  812. stick to the system resources in order to provide a homogeneous feel to the
  813. user; developers in this group need only make sure the old 'wctb's are 
  814. disposed of and that all dialogs and windows are based on CGrafPorts.
  815.  
  816.  Name  =  Colorizing CopyBits.cpt
  817.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Colorizing CopyBits.cpt
  818.  Size:  6K         Date:10/29/92         Version: 
  819.  Description:
  820.  Colorizing CopyBits - Inside Macintosh Volume V states that the foreground 
  821. and background colors are applied to an image during a CopyBits or CopyMask
  822. call. Accidental use of this feature can create bizarre coloring effects. 
  823. This note explains what happens, how to avoid problems, and how to use it.
  824.  
  825.  Name  =  Comm Toolbox Ov Q&As.cpt
  826.  Path =  AMUG CD:Files:MacTechNotes:Communications:Comm Toolbox Ov Q&As.cpt
  827.  Size: 12K         Date:10/29/92         Version: 
  828.  Description:
  829.  Comm Toolbox Ov Q&As - This Technical Note contains a collection of Q&As 
  830. relating to a specific topic—questions you’ve sent the Developer Support 
  831. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  832. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  833. have the editing and organization of other Technical Notes. The Q&A 
  834. function is to get new technical information and updates to you quickly, 
  835. saving the polish for when the information migrates into reference manuals.
  836.  
  837.  Name  =  Command-Shift Keys.cpt
  838.  Path =  AMUG CD:Files:MacTechNotes:Operating System:Command-Shift Keys.cpt
  839.  Size:  4K         Date:10/29/92         Version: 
  840.  Description:
  841.  Command-Shift Keys - In the standard system, there are two Command-Shift- 
  842. number key combinations that are automatically captured and processed by 
  843. GetNextEvent. 
  844.  
  845.  Name  =  Compatability Guidelines.cpt
  846.  Path =  AMUG CD:Files:MacTechNotes:Overview:Compatability Guidelines.cpt
  847.  Size:  8K         Date:10/29/92         Version: 
  848.  Description:
  849.  Compatability Guidelines - Apple has many enhancements planned for the 
  850. Macintosh family of computers. To help ensure your software’s compatibility
  851. with these enhancements, check each item in this note to be sure that 
  852. you’re following the recommendations.
  853.  
  854.  Name  =  Compatibility Q&As.cpt
  855.  Path =  AMUG CD:Files:MacTechNotes:Overview:Compatibility Q&As.cpt
  856.  Size:  6K         Date: 6/22/93         Version: 
  857.  Description:
  858.  Compatibility Q&As - This Technical Note contains a collection of Q&As 
  859. relating to a specific topic—questions you’ve sent the Developer Support 
  860. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  861. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  862. have the editing and organization of other Technical Notes. The Q&A 
  863. function is to get new technical information and updates to you quickly, 
  864. saving the polish for when the information migrates into reference manuals.
  865.  
  866.  Name  =  Compatibility Why and How.cpt
  867.  Path =  AMUG CD:Files:MacTechNotes:Overview:Compatibility Why and How.cpt
  868.  Size: 29K         Date:10/29/92         Version: 
  869.  Description:
  870.  Compatibility Why and How - While creating or revising any program for the 
  871. Macintosh, you should be aware of the most common reasons why programs fail
  872. on various versions of the Macintosh. This note will detail some common 
  873. failure modes, why they occur, and how to avoid them.
  874.  
  875.  Name  =  Compleat TeachText.cpt
  876.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Compleat TeachText.cpt
  877.  Size: 15K         Date:10/29/92         Version: 
  878.  Description:
  879.  Compleat TeachText - This Technical Note explains how to use TeachText to 
  880. create release notes, complete with pictures, which every Macintosh owner 
  881. can read.  This Note assumes familiarity with ResEdit.
  882.  
  883.  Name  =  Component Mgr Q&As.cpt
  884.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Component Mgr Q&As.cpt
  885.  Size:  7K         Date: 6/22/93         Version: 
  886.  Description:
  887.  Component Mgr Q&As - This Technical Note contains a collection of Q&As 
  888. relating to a specific topic—questions you’ve sent the Developer Support 
  889. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  890. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  891. have the editing and organization of other Technical Notes. The Q&A 
  892. function is to get new technical information and updates to you quickly, 
  893. saving the polish for when the information migrates into reference manuals.
  894.  
  895.  Name  =  Connection Mgr Q&As.cpt
  896.  Path =  AMUG CD:Files:MacTechNotes:Communications:Connection Mgr Q&As.cpt
  897.  Size:  5K         Date:10/29/92         Version: 
  898.  Description:
  899.  Connection Mgr Q&As - This Technical Note contains a collection of Q&As 
  900. relating to a specific topic—questions you’ve sent the Developer Support 
  901. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  902. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  903. have the editing and organization of other Technical Notes. The Q&A 
  904. function is to get new technical information and updates to you quickly, 
  905. saving the polish for when the information migrates into reference manuals.
  906.  
  907.  Name  =  Control Mgr Q&As.cpt
  908.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Control Mgr Q&As.cpt
  909.  Size:  7K         Date:10/29/92         Version: 
  910.  Description:
  911.  Control Mgr Q&As - This Technical Note contains a collection of Q&As 
  912. relating to a specific topic—questions you’ve sent the Developer Support 
  913. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  914. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  915. have the editing and organization of other Technical Notes. The Q&A 
  916. function is to get new technical information and updates to you quickly, 
  917. saving the polish for when the information migrates into reference manuals.
  918.  
  919.  Name  =  Control Panel Q&As.cpt
  920.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Control Panel Q&As.cpt
  921.  Size:  8K         Date:10/29/92         Version: 
  922.  Description:
  923.  Control Panel Q&As - This Technical Note contains a collection of Q&As 
  924. relating to a specific topic—questions you’ve sent the Developer Support 
  925. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  926. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  927. have the editing and organization of other Technical Notes. The Q&A 
  928. function is to get new technical information and updates to you quickly, 
  929. saving the polish for when the information migrates into reference manuals.
  930.  
  931.  Name  =  Coop with Coprocessor.cpt
  932.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Coop with Coprocessor.cpt
  933.  Size:  7K         Date:10/29/92         Version: 
  934.  Description:
  935.  Coop with Coprocessor - The use of the 68881 or 68882 coprocessor is 
  936. usually handled by the SANE package or by a development system’s libraries.
  937. Some developers may wish to use the coprocessor during special 
  938. circumstances, such as at interrupt level or installing their own hardware 
  939. floating point exception handlers. In these two situations, there are 
  940. special requirements that must be met. These requirements will require 
  941. floating–point assembly code and are discussed in this Technical Note.
  942.  
  943.  Name  =  CopyBits & GC QuickDraw.cpt
  944.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:CopyBits & GC QuickDraw.cpt
  945.  Size:  6K         Date:10/29/92         Version: 
  946.  Description:
  947.  CopyBits & GC QuickDraw - This Technical Note discusses conditions that may
  948. cause _CopyBits to slow down when QuickDraw acceleration is on via the 
  949. Apple 8•24 GC Display Card.
  950.  
  951.  Name  =  CreateResFile & PMSP.cpt
  952.  Path =  AMUG CD:Files:MacTechNotes:Files:CreateResFile & PMSP.cpt
  953.  Size:  6K         Date:10/29/92         Version: 
  954.  Description:
  955.  CreateResFile & PMSP - CreateResFile checks to see if a resource file with 
  956. a given name exists, and if it does, returns a dupFNErr (–48) error. 
  957. Unfortunately, to do this check, CreateResFile uses a call that follows the
  958. Poor Man’s Search Path (PMSP).
  959.  
  960.  Name  =  Creating In Drop Folders.cpt
  961.  Path =  AMUG CD:Files:MacTechNotes:Files:Creating In Drop Folders.cpt
  962.  Size:  5K         Date:10/29/92         Version: 
  963.  Description:
  964.  Creating In Drop Folders - This technical note outlines the steps an 
  965. application must take to create files inside AppleShare drop folders.
  966. The AppleShare File Server allows the creation of drop folders. These are 
  967. folders for which the user has the Make Changes privilege (write access), 
  968. but not See Files (read access) or See Folders (search access).
  969.  
  970.  Name  =  Custom Menu Flashing Bug.cpt
  971.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Custom Menu Flashing Bug.cpt
  972.  Size:  5K         Date:10/29/92         Version: 
  973.  Description:
  974.  Custom Menu Flashing Bug - Selected menu items in a custom 'MDEF' resource 
  975. do not flash correctly due to a bug in the Menu Manager.  This Technical 
  976. Note describes the problem and explains how to make your 'MDEF' flash 
  977. correctly.
  978.  
  979.  Name  =  Custom WDEF and wDraw.cpt
  980.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Custom WDEF and wDraw.cpt
  981.  Size:  4K         Date: 6/22/93         Version: 
  982.  Description:
  983.  Custom WDEF and wDraw - This Technical Note explains why custom window 
  984. definition functions may not respond to a wDraw message from the system (if
  985. you follow the documentation in Inside Macintosh).
  986.  
  987.  Name  =  DAM Extensions.cpt
  988.  Path =  AMUG CD:Files:MacTechNotes:Networking:DAM Extensions.cpt
  989.  Size: 14K         Date:10/29/92         Version: 
  990.  Description:
  991.  DAM Extensions - This Technical Note discusses coding data access 
  992. extensions that provide an interface between the Data Access Manager and 
  993. remote data sources. Each of the functions that a data access extension 
  994. must implement is described.
  995.  
  996.  Name  =  DDP Q&As.cpt
  997.  Path =  AMUG CD:Files:MacTechNotes:Networking:DDP Q&As.cpt
  998.  Size:  7K         Date:10/29/92         Version: 
  999.  Description:
  1000.  DDP Q&As - This Technical Note contains a collection of Q&As relating to a 
  1001. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  1002. along with answers from the DSC engineers. While DSC engineers have checked
  1003. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  1004. editing and organization of other Technical Notes. The Q&A function is to 
  1005. get new technical information and updates to you quickly, saving the polish
  1006. for when the information migrates into reference manuals.
  1007.  
  1008.  Name  =  Data In Resource Fork.cpt
  1009.  Path =  AMUG CD:Files:MacTechNotes:Files:Data In Resource Fork.cpt
  1010.  Size:  4K         Date:10/29/92         Version: 
  1011.  Description:
  1012.  Data In Resource Fork - Don’t use the resource fork of a file for 
  1013. non-resource data. Parts of the system (including the File Manager and the 
  1014. Finder) assume that if this fork exists, it will contain valid Resource 
  1015. Manager information. PBOpenRF was provided to allow copying of the resource
  1016. fork of a file in its entirety, without Resource Manager interpretation. Do
  1017. not use it to open “another data fork.”
  1018.  
  1019.  Name  =  Debugging Tips.cpt
  1020.  Path =  AMUG CD:Files:MacTechNotes:Overview:Debugging Tips.cpt
  1021.  Size:  6K         Date:10/29/92         Version: 
  1022.  Description:
  1023.  Debugging Tips - This presents a few tips which may make your debugging 
  1024. easier.
  1025.  
  1026.  Name  =  Debug with Purge.cpt
  1027.  Path =  AMUG CD:Files:MacTechNotes:Overview:Debug with Purge.cpt
  1028.  Size:  5K         Date:10/29/92         Version: 
  1029.  Description:
  1030.  Debug with Purge  - If you are having problems finding bugs like handles 
  1031. that aren’t locked down when they should be, or resources that aren’t there
  1032. when they’re supposed to be, there is a handy technique for forcing these 
  1033. problems to the surface.
  1034.  
  1035.  Name  =  Deferred Task Traps.cpt
  1036.  Path =  AMUG CD:Files:MacTechNotes:Processes:Deferred Task Traps.cpt
  1037.  Size:  8K         Date:10/29/92         Version: 
  1038.  Description:
  1039.  Deferred Task Traps - This Technical Note shows how to determine when the 
  1040. Deferred Task Manager is available, points out a compatibility issue with 
  1041. the Macintosh Plus, explains how and when deferred tasks are called, and 
  1042. shows how to access the dtParm parameter from deferred tasks written in C 
  1043. and Pascal.
  1044.  
  1045.  Name  =  Dependent Files.cpt
  1046.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:Dependent Files.cpt
  1047.  Size: 10K         Date: 6/22/93         Version: 
  1048.  Description:
  1049.  Dependent Files - This Technical Note describes how to identify and work 
  1050. with dependent files, which are files that reference or are referenced by 
  1051. other files. It also documents QuickTime's dependent file format.
  1052.  
  1053.  Name  =  DeskHook and INIT Evils.cpt
  1054.  Path =  AMUG CD:Files:MacTechNotes:Operating System:DeskHook and INIT Evils.cpt
  1055.  Size:  8K         Date:10/29/92         Version: 
  1056.  Description:
  1057.  DeskHook and INIT Evils - This Technical Note discusses INIT evils, the 
  1058. foremost of which deals with clearing DeskHook and DragHook at INIT time.
  1059. Changes since August 1989. Added warning about clearing DragHook.
  1060.  
  1061.  Name  =  Desktop File Limits.cpt
  1062.  Path =  AMUG CD:Files:MacTechNotes:Overview:Desktop File Limits.cpt
  1063.  Size:  5K         Date:10/29/92         Version: 
  1064.  Description:
  1065.  Desktop File Limits - There is a limit to the number of applications/files 
  1066. that the Finder can “see” on a single volume. This limitation is imposed by
  1067. the Desktop file. The Desktop file is a resource file that the Finder uses 
  1068. to keep track of information about files and applications, including Finder
  1069. file comments (Get Info comments), and how these files and applications 
  1070. relate to each other. 
  1071.  
  1072.  Name  =  Desktop File Resources.cpt
  1073.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Desktop File Resources.cpt
  1074.  Size:  6K         Date:10/29/92         Version: 
  1075.  Description:
  1076.  Desktop File Resources - This Technical Note describes the resources found 
  1077. in the Desktop file.  You should not base anything critical on the format 
  1078. of the Desktop file. System 7 already uses another scheme as did AppleShare
  1079. 2.0 under System 6.0.x.
  1080.  
  1081.  Name  =  Desktop Mgr Q&As.cpt
  1082.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Desktop Mgr Q&As.cpt
  1083.  Size:  6K         Date:10/29/92         Version: 
  1084.  Description:
  1085.  Desktop Mgr Q&As - This Technical Note contains a collection of Q&As 
  1086. relating to a specific topic—questions you’ve sent the Developer Support 
  1087. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1088. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1089. have the editing and organization of other Technical Notes. The Q&A 
  1090. function is to get new technical information and updates to you quickly, 
  1091. saving the polish for when the information migrates into reference manuals.
  1092.  
  1093.  Name  =  Device Driver Q&As.cpt
  1094.  Path =  AMUG CD:Files:MacTechNotes:Devices:Device Driver Q&As.cpt
  1095.  Size:  9K         Date:10/29/92         Version: 
  1096.  Description:
  1097.  Device Driver Q&As - This Technical Note contains a collection of Q&As 
  1098. relating to a specific topic—questions you’ve sent the Developer Support 
  1099. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1100. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1101. have the editing and organization of other Technical Notes. The Q&A 
  1102. function is to get new technical information and updates to you quickly, 
  1103. saving the polish for when the information migrates into reference manuals.
  1104.  
  1105.  Name  =  Device Independen Printing.cpt
  1106.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Device Independen Printing.cpt
  1107.  Size:  5K         Date:10/29/92         Version: 
  1108.  Description:
  1109.  Device Independen Printing - The Printing Manager was designed to give 
  1110. Macintosh applications a device- independent method of printing, but we 
  1111. have provided device-dependent information, such as the contents of the 
  1112. print record. Due to the large number of printer-type drivers becoming 
  1113. available (even for non-printer devices) device independence is more 
  1114. necessary than ever. What this means to you, as a developer, is that we 
  1115. will no longer be providing (or supporting) information regarding the 
  1116. internal structure of the print record. 
  1117.  
  1118.  Name  =  Device Mgr Q&As.cpt
  1119.  Path =  AMUG CD:Files:MacTechNotes:Devices:Device Mgr Q&As.cpt
  1120.  Size: 14K         Date:10/29/92         Version: 
  1121.  Description:
  1122.  Device Mgr Q&As - This Technical Note contains a collection of Q&As 
  1123. relating to a specific topic—questions you’ve sent the Developer Support 
  1124. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1125. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1126. have the editing and organization of other Technical Notes. The Q&A 
  1127. function is to get new technical information and updates to you quickly, 
  1128. saving the polish for when the information migrates into reference manuals.
  1129.  
  1130.  Name  =  Device Mgt Ov Q&As.cpt
  1131.  Path =  AMUG CD:Files:MacTechNotes:Devices:Device Mgt Ov Q&As.cpt
  1132.  Size: 12K         Date:10/29/92         Version: 
  1133.  Description:
  1134.  Device Mgt Ov Q&As - This Technical Note contains a collection of Q&As 
  1135. relating to a specific topic—questions you’ve sent the Developer Support 
  1136. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1137. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1138. have the editing and organization of other Technical Notes. The Q&A 
  1139. function is to get new technical information and updates to you quickly, 
  1140. saving the polish for when the information migrates into reference manuals.
  1141.  
  1142.  Name  =  Dialog Mgr Q&As.cpt
  1143.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Dialog Mgr Q&As.cpt
  1144.  Size: 16K         Date:10/29/92         Version: 
  1145.  Description:
  1146.  Dialog Mgr Q&As - This Technical Note contains a collection of Q&As 
  1147. relating to a specific topic—questions you’ve sent the Developer Support 
  1148. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1149. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1150. have the editing and organization of other Technical Notes. The Q&A 
  1151. function is to get new technical information and updates to you quickly, 
  1152. saving the polish for when the information migrates into reference manuals.
  1153.  
  1154.  Name  =  Dictionary Downloading.cpt
  1155.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Dictionary Downloading.cpt
  1156.  Size:  8K         Date: 6/22/93         Version: 
  1157.  Description:
  1158.  Dictionary Downloading - This technical note discusses a method for 
  1159. downloading PostScript dictionaries automatically using the LaserWriter 
  1160. driver. It will also provide the format and use of the PREC(103) resource. 
  1161. It will also describe some problems with the now obsolete PREC(201) 
  1162. resource. If you are using PostScript dictionaries, or either of these 
  1163. resources, you should definitely read this note.
  1164.  
  1165.  Name  =  Directory Handling Q&As.cpt
  1166.  Path =  AMUG CD:Files:MacTechNotes:Files:Directory Handling Q&As.cpt
  1167.  Size: 17K         Date:10/29/92         Version: 
  1168.  Description:
  1169.  Directory Handling Q&As - This Technical Note contains a collection of Q&As
  1170. relating to a specific topic—questions you’ve sent the Developer Support 
  1171. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1172. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1173. have the editing and organization of other Technical Notes. The Q&A 
  1174. function is to get new technical information and updates to you quickly, 
  1175. saving the polish for when the information migrates into reference manuals.
  1176.  
  1177.  Name  =  Disk Driver Q&As.cpt
  1178.  Path =  AMUG CD:Files:MacTechNotes:Devices:Disk Driver Q&As.cpt
  1179.  Size: 12K         Date:10/29/92         Version: 
  1180.  Description:
  1181.  Disk Driver Q&As - This Technical Note contains a collection of Q&As 
  1182. relating to a specific topic—questions you’ve sent the Developer Support 
  1183. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1184. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1185. have the editing and organization of other Technical Notes. The Q&A 
  1186. function is to get new technical information and updates to you quickly, 
  1187. saving the polish for when the information migrates into reference manuals.
  1188.  
  1189.  Name  =  Displaying Large PICT Files.cpt
  1190.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Displaying Large PICT Files.cpt
  1191.  Size:  8K         Date: 6/22/93         Version: 
  1192.  Description:
  1193.  Displaying Large PICT Files - Now that we have scanners and other 
  1194. massive-picture producing types of applications, there is a need to address
  1195. the problem of how to display a PICT format object that is bigger than a 
  1196. current PICT resource is allowed to be. Note that this technique applies 
  1197. equally well to version 1 and version 2 (word-opcode) pictures as produced 
  1198. by the Macintosh II.
  1199.  
  1200.  Name  =  Docking Mgr Q&As.cpt
  1201.  Path =  AMUG CD:Files:MacTechNotes:Devices:Docking Mgr Q&As.cpt
  1202.  Size:  6K         Date: 6/22/93         Version: 
  1203.  Description:
  1204.  Docking Mgr Q&As - This Technical Note contains a collection of Q&As 
  1205. relating to a specific topic—questions you’ve sent the Developer Support 
  1206. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1207. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1208. have the editing and organization of other Technical Notes. The Q&A 
  1209. function is to get new technical information and updates to you quickly, 
  1210. saving the polish for when the information migrates into reference manuals.
  1211.  
  1212.  Name  =  Document Names.cpt
  1213.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Document Names.cpt
  1214.  Size:  5K         Date:10/29/92         Version: 
  1215.  Description:
  1216.  Document Names - Our compatibility testing for LaserShare (Apple’s 
  1217. LaserWriter spooler) has turned up a number of applications that do not 
  1218. provide the Printing Manager with a document name; although this feature is
  1219. not required, it is nice for users that share printers.
  1220.  
  1221.  Name  =  Don’t Call ADBReInit in sys.cpt
  1222.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Don’t Call ADBReInit in sys.cpt
  1223.  Size:  5K         Date:10/29/92         Version: 
  1224.  Description:
  1225.  Don’t Call ADBReInit in sys - Because of a bug (which causes auto-repeat) 
  1226. in the ROM version of the Macintosh SE keyboard driver, a patch was placed 
  1227. in System 4.1. If ADBReInit is called, the ROM version of the keyboard 
  1228. driver will be reloaded, and the RAM version of the driver with the patches
  1229. will not be used. Therefore, it is recommended that ADBReInit not be called
  1230. on the Macintosh SE until the problem is fixed. (There is no need to call 
  1231. ADBReInit.) This problem will not occur with the Macintosh II ROM version 
  1232. of the keyboard driver.
  1233.  
  1234.  Name  =  Drawing Icons.cpt
  1235.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Drawing Icons.cpt
  1236.  Size:  8K         Date:10/29/92         Version: 
  1237.  Description:
  1238.  Drawing Icons - Using resources of type ICON allows drawing of icons in 
  1239. srcOr mode.  Using resources of type ICN# allows for more variety when 
  1240. drawing icons.
  1241.  
  1242.  Name  =  Drawing Text in Narrow Graf.cpt
  1243.  Path =  AMUG CD:Files:MacTechNotes:Text:Drawing Text in Narrow Graf.cpt
  1244.  Size:  4K         Date: 6/22/93         Version: 
  1245.  Description:
  1246.  Drawing Text in Narrow Graf - When you draw a character into a GrafPort, 
  1247. your program will die with an address error if the width of the GrafPort is
  1248. smaller than the width of the character. If you check before drawing the 
  1249. character to see if the GrafPort is wide enough, you can avoid this 
  1250. unfortunate tragedy.
  1251.  
  1252.  Name  =  Drive Queue Elements.cpt
  1253.  Path =  AMUG CD:Files:MacTechNotes:Devices:Drive Queue Elements.cpt
  1254.  Size:  7K         Date: 6/22/93         Version: 
  1255.  Description:
  1256.  Drive Queue Elements - This note expands on Inside Macintosh’s definition 
  1257. of the drive queue, which is given in the File Manager chapter.
  1258.  
  1259.  Name  =  Driver Education.cpt
  1260.  Path =  AMUG CD:Files:MacTechNotes:Devices:Driver Education.cpt
  1261.  Size: 26K         Date: 6/22/93         Version: 
  1262.  Description:
  1263.  Driver Education - This Technical Note describes in detail the operation of
  1264. the Device Manager and its interaction with device drivers. It provides the
  1265. background needed for correct operation of third-party device drivers and 
  1266. also presents a method for finding an entry in the Unit Table for a driver.
  1267.  
  1268.  Name  =  Drivers & DAs in.cpt
  1269.  Path =  AMUG CD:Files:MacTechNotes:Devices:Drivers & DAs in.cpt
  1270.  Size:  8K         Date: 6/22/93         Version: 
  1271.  Description:
  1272.  Drivers & DAs in - This Technical Note describes a few complications which 
  1273. rear their rather ugly little heads when a desk accessory or driver needs 
  1274. periodic time. It also presents a few solutions to work around these 
  1275. problems and make life easier, at least periodically.
  1276.  
  1277.  Name  =  Edit File Format.cpt
  1278.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Edit File Format.cpt
  1279.  Size:  5K         Date:10/29/92         Version: 
  1280.  Description:
  1281.  Edit File Format - This technical note describes the format of the files 
  1282. created by Edit. It has been verified for versions 1.x and 2.0.
  1283.  
  1284.  Name  =  Edition Mgr Q&As.cpt
  1285.  Path =  AMUG CD:Files:MacTechNotes:Interapplication Comm.:Edition Mgr Q&As.cpt
  1286.  Size:  7K         Date:10/29/92         Version: 
  1287.  Description:
  1288.  Edition Mgr Q&As - This Technical Note contains a collection of Q&As 
  1289. relating to a specific topic—questions you’ve sent the Developer Support 
  1290. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1291. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1292. have the editing and organization of other Technical Notes. The Q&A 
  1293. function is to get new technical information and updates to you quickly, 
  1294. saving the polish for when the information migrates into reference manuals.
  1295.  
  1296.  Name  =  Error in FCBPBRec.cpt
  1297.  Path =  AMUG CD:Files:MacTechNotes:Files:Error in FCBPBRec.cpt
  1298.  Size:  4K         Date:10/29/92         Version: 
  1299.  Description:
  1300.  Error in FCBPBRec - The declaration of a FCBPBRec is wrong in Inside 
  1301. Macintosh Volume IV  and early versions of MPW. This has been fixed in MPW 
  1302. 1.0 and newer. An error was made in the declaration of an FCBPBRec 
  1303. parameter block that is used in PBGetFCBInfo calls. The field ioFCBIndx was
  1304. incorrectly listed as a LONGINT.
  1305.  
  1306.  Name  =  Errs Returned from GetNewDi.cpt
  1307.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Errs Returned from GetNewDi.cpt
  1308.  Size:  5K         Date: 6/22/93         Version: 
  1309.  Description:
  1310.  Errs Returned from GetNewDi - When calling GetNewDialog to retrieve a 
  1311. dialog template from a previously opened resource file, how are error 
  1312. conditions indicated to the caller? Unfortunately, they aren’t. The Dialog 
  1313. Manager calls GetResource and assumes the returned value is good.
  1314.  
  1315.  Name  =  Ethernet Q&As.cpt
  1316.  Path =  AMUG CD:Files:MacTechNotes:Networking:Ethernet Q&As.cpt
  1317.  Size:  9K         Date:10/29/92         Version: 
  1318.  Description:
  1319.  Ethernet Q&As - This Technical Note contains a collection of Q&As relating 
  1320. to a specific topic—questions you’ve sent the Developer Support Center 
  1321. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1322. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1323. the editing and organization of other Technical Notes. The Q&A function is 
  1324. to get new technical information and updates to you quickly, saving the 
  1325. polish for when the information migrates into reference manuals.
  1326.  
  1327.  Name  =  Event Mgr Q&As.cpt
  1328.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Event Mgr Q&As.cpt
  1329.  Size: 12K         Date:10/29/92         Version: 
  1330.  Description:
  1331.  Event Mgr Q&As - This Technical Note contains a collection of Q&As relating
  1332. to a specific topic—questions you’ve sent the Developer Support Center 
  1333. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1334. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1335. the editing and organization of other Technical Notes. The Q&A function is 
  1336. to get new technical information and updates to you quickly, saving the 
  1337. polish for when the information migrates into reference manuals.
  1338.  
  1339.  Name  =  Every Picture [Comment] Tel.cpt
  1340.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Every Picture [Comment] Tel.cpt
  1341.  Size:  5K         Date: 6/22/93         Version: 
  1342.  Description:
  1343.  Every Picture [Comment] Tel - Application-specific picture comment conflict
  1344. and registration is addressed, along with Developer Technical Support’s 
  1345. method for solving it.
  1346.  
  1347.  Name  =  Excellent CD Notes.cpt
  1348.  Path =  AMUG CD:Files:MacTechNotes:Devices:Excellent CD Notes.cpt
  1349.  Size:  9K         Date:10/29/92         Version: 
  1350.  Description:
  1351.  Excellent CD Notes - This Technical Note discusses issues concerning the 
  1352. use of the AppleCD SC drive, the Apple CD-ROM device driver, and the 
  1353. Foreign File Access software extension.
  1354.  
  1355.  Name  =  FPU Operations on Quadras.cpt
  1356.  Path =  AMUG CD:Files:MacTechNotes:Hardware:FPU Operations on Quadras.cpt
  1357.  Size: 19K         Date:10/29/92         Version: 
  1358.  Description:
  1359.  FPU Operations on Quadras - This Technical Note discusses floating-point 
  1360. unit (FPU) instruction support on Macintosh Quadra platforms with special 
  1361. emphasis given to compatibility and performance concerns. Changes since 
  1362. June 1992. Added warning to check for an FPU before attempting to execute 
  1363. FPU instructions.
  1364.  
  1365.  Name  =  Fear No SCSI.cpt
  1366.  Path =  AMUG CD:Files:MacTechNotes:Devices:Fear No SCSI.cpt
  1367.  Size: 14K         Date:10/29/92         Version: 
  1368.  Description:
  1369.  Fear No SCSI - This Technical Note discusses the answers to questions that 
  1370. are often asked about SCSI and that are not discussed in Inside Macintosh 
  1371. Volumes IV and V.
  1372.  
  1373.  Name  =  Feeder Fodder.cpt
  1374.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Feeder Fodder.cpt
  1375.  Size: 10K         Date:10/29/92         Version: 
  1376.  Description:
  1377.  Feeder Fodder - This Technical Note discusses the new Feeder button 
  1378. available in the 6.1, and 7.0 versions of the LaserWriter driver.  This 
  1379. Feeder button mechanism allows developers to insert code into the 
  1380. LaserWriter driver to support a sheet feeder connected to a LaserWriter.  
  1381. This Note provides a description of the button, as well as information 
  1382. required to implement one.
  1383.  
  1384.  Name  =  File Handling Q&As.cpt
  1385.  Path =  AMUG CD:Files:MacTechNotes:Files:File Handling Q&As.cpt
  1386.  Size: 28K         Date:10/29/92         Version: 
  1387.  Description:
  1388.  File Handling Q&As - This Technical Note contains a collection of Q&As 
  1389. relating to a specific topic—questions you’ve sent the Developer Support 
  1390. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1391. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1392. have the editing and organization of other Technical Notes. The Q&A 
  1393. function is to get new technical information and updates to you quickly, 
  1394. saving the polish for when the information migrates into reference manuals.
  1395.  
  1396.  Name  =  File Mgt Overview Q&As.cpt
  1397.  Path =  AMUG CD:Files:MacTechNotes:Files:File Mgt Overview Q&As.cpt
  1398.  Size:  8K         Date:10/29/92         Version: 
  1399.  Description:
  1400.  File Mgt Overview Q&As - This Technical Note contains a collection of Q&As 
  1401. relating to a specific topic—questions you’ve sent the Developer Support 
  1402. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1403. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1404. have the editing and organization of other Technical Notes. The Q&A 
  1405. function is to get new technical information and updates to you quickly, 
  1406. saving the polish for when the information migrates into reference manuals.
  1407.  
  1408.  Name  =  File Sharing .cpt
  1409.  Path =  AMUG CD:Files:MacTechNotes:Files:File Sharing .cpt
  1410.  Size: 10K         Date:10/29/92         Version: 
  1411.  Description:
  1412.  File Sharing - This Note describes modifications to the existing File 
  1413. Manager routines, PBGetCatInfo, PBHGetDirAccess, PBHSetDirAccess, 
  1414. PBHSetFLock and PBHRstFLock, when used on volumes prepared by Macintosh 
  1415. System 7 File Sharing. There are several differences between System 7 File 
  1416. Sharing and AppleShare 2.0.1. This Note describes what those differences 
  1417. mean when calling PBGetCatInfo, PBHGetDirAccess, PBHSetDirAccess, 
  1418. PBHSetFLock and PBHRstFLock on local volumes that return bHasPersonal 
  1419. AccessPrivileges to PBHGetVolParms.
  1420.  
  1421.  Name  =  FindDItem.cpt
  1422.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:FindDItem.cpt
  1423.  Size:  4K         Date:10/29/92         Version: 
  1424.  Description:
  1425.  FindDItem - FindDItem is a potentially useful call which returns the number
  1426. of a dialog item given a point in local coordinates and a dialog handle. It
  1427. returns an item number of –1 if no item’s rectangle overlaps the point. 
  1428. This is all well and good, except you don’t get back quite what you would 
  1429. expect.
  1430.  
  1431.  Name  =  Finder Flags.cpt
  1432.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Finder Flags.cpt
  1433.  Size:  5K         Date:10/29/92         Version: 
  1434.  Description:
  1435.  Finder Flags - This revision corrects the meanings of bits 6 and 7, which 
  1436. were interchanged in the older version of this technical note. ResEdit uses
  1437. these bits incorrectly in versions older than 1.2.
  1438.  
  1439.  Name  =  Finder Notes.cpt
  1440.  Path =  AMUG CD:Files:MacTechNotes:Overview:Finder Notes.cpt
  1441.  Size:  4K         Date:10/29/92         Version: 
  1442.  Description:
  1443.  Finder Notes - The Finder has undergone a couple of changes you should keep
  1444. in mind when creating the “bundle” information for your application.
  1445.  
  1446.  Name  =  Finder Q&As.cpt
  1447.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Finder Q&As.cpt
  1448.  Size: 19K         Date:10/29/92         Version: 
  1449.  Description:
  1450.  Finder Q&As - This Technical Note contains a collection of Q&As relating to
  1451. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  1452. along with answers from the DSC engineers. While DSC engineers have checked
  1453. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  1454. editing and organization of other Technical Notes. The Q&A function is to 
  1455. get new technical information and updates to you quickly, saving the polish
  1456. for when the information migrates into reference manuals.
  1457.  
  1458.  Name  =  Finders and Drives.cpt
  1459.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Finders and Drives.cpt
  1460.  Size:  5K         Date:10/29/92         Version: 
  1461.  Description:
  1462.  Finders and Drives - This technical note describes the differences in the 
  1463. way the 1.1g, 4.1, 5.0 and newer Finders communicate with foreign 
  1464. (non-Sony) disk drives.
  1465.  
  1466.  Name  =  Finding Drivers in.cpt
  1467.  Path =  AMUG CD:Files:MacTechNotes:Devices:Finding Drivers in.cpt
  1468.  Size:  6K         Date:10/29/92         Version: 
  1469.  Description:
  1470.  Finding Drivers - This note will explain how code can be written to 
  1471. determine the reference number of a previously installed driver when only 
  1472. the name is known. Changes since 2/86, Since the driver can be purged and 
  1473. the DCE still be allocated, the code now tests for dCtlDriver being NIL as 
  1474. well.
  1475.  
  1476.  Name  =  Fixed CLUT Devices.cpt
  1477.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Fixed CLUT Devices.cpt
  1478.  Size:  7K         Date: 6/22/93         Version: 
  1479.  Description:
  1480.  Fixed CLUT Devices - Applications that need a given set of colors to look 
  1481. good or make use of color table animation can obtain undesired results in 
  1482. PowerBook 160, PowerBook 180, and PowerBook Duo Macintosh models. The 
  1483. reason for this is that these models sport Fixed Color Devices associated 
  1484. with the flat screen display. This Tech Note describes what a Fixed CLUT 
  1485. device is and presents some solutions to the challenges presented by this 
  1486. display type.
  1487.  
  1488.  Name  =  Floppy Disk Int Q&As.cpt
  1489.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Floppy Disk Int Q&As.cpt
  1490.  Size:  5K         Date:10/29/92         Version: 
  1491.  Description:
  1492.  Floppy Disk Int Q&As - This Technical Note contains a collection of Q&As 
  1493. relating to a specific topic—questions you’ve sent the Developer Support 
  1494. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1495. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1496. have the editing and organization of other Technical Notes. The Q&A 
  1497. function is to get new technical information and updates to you quickly, 
  1498. saving the polish for when the information migrates into reference manuals.
  1499.  
  1500.  Name  =  Fond of FONDs.cpt
  1501.  Path =  AMUG CD:Files:MacTechNotes:Text:Fond of FONDs.cpt
  1502.  Size: 25K         Date:10/29/92         Version: 
  1503.  Description:
  1504.  Fond of FONDs - This Technical Note takes the place of Tech Note #26, 
  1505. “Character vs. String Operations in QuickDraw” by Bryan Stearns (March 
  1506. 1988), which pointed out the possible differences between the results of a 
  1507. StringWidth call and successive calls to CharWidth. This Note updates and 
  1508. brings into a broader context the issues related to text measuring. It also
  1509. provides additional documentation on font family resources ('FOND's), and 
  1510. addresses various other frequently asked questions related to the Font 
  1511. Manager. 
  1512.  
  1513.  Name  =  Font Family Numbers.cpt
  1514.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Fonts:Font Family Numbers.cpt
  1515.  Size:  9K         Date:10/29/92         Version: 
  1516.  Description:
  1517.  Font Family Numbers - This Technical Note discusses the range of numbers 
  1518. available for identifying font families, how they are allocated among 
  1519. script systems, and what numbers should be used for fonts that were 
  1520. designed to be used as a tool in an application. Changes since August 1990.
  1521. Apple Computer no longer registers font family ID numbers; this note has 
  1522. been altered to reflect the change in policy. Also, the relationship of 
  1523. outline fonts to font families is discussed briefly.
  1524.  
  1525.  Name  =  Font File Icons.cpt
  1526.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Fonts:Font File Icons.cpt
  1527.  Size:  5K         Date:10/29/92         Version: 
  1528.  Description:
  1529.  Font File Icons - This Technical Note discusses why you should not link 
  1530. directly from your font files to the font icons provided by LaserWriter 
  1531. driver 5.2 and later. Changes since December 1988. Added some useful tips 
  1532. and described the method required to bundle an icon to your font file.
  1533.  
  1534.  Name  =  Font Height Tables.cpt
  1535.  Path =  AMUG CD:Files:MacTechNotes:Text:Font Height Tables.cpt
  1536.  Size:  5K         Date:10/29/92         Version: 
  1537.  Description:
  1538.  Font Height Tables - This technical note describes how the Font Manager 
  1539. (except in 64K ROMs) calculates height tables for fonts and how you can 
  1540. force recalculation.
  1541.  
  1542.  Name  =  Font Mgr Q&As.cpt
  1543.  Path =  AMUG CD:Files:MacTechNotes:Text:Font Mgr Q&As.cpt
  1544.  Size: 15K         Date:10/29/92         Version: 
  1545.  Description:
  1546.  Font Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  1547. to a specific topic—questions you’ve sent the Developer Support Center 
  1548. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1549. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1550. the editing and organization of other Technical Notes. The Q&A function is 
  1551. to get new technical information and updates to you quickly, saving the 
  1552. polish for when the information migrates into reference manuals.
  1553.  
  1554.  Name  =  Font Names.cpt
  1555.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Fonts:Font Names.cpt
  1556.  Size:  8K         Date:10/29/92         Version: 
  1557.  Description:
  1558.  Font Names - This note recommends the use of font names rather than font 
  1559. numbers. The Font Manager chapter of Inside Macintosh Volume IV claims that
  1560. font family numbers 0 through 127 are reserved for use by Apple, and 
  1561. numbers 128 through 255 are assigned by Apple for fonts created by software
  1562. developers. This is no longer true. Developer Technical Support does not 
  1563. assign font family numbers. You should only use font numbers to reference 
  1564. the system font (font 0) and application default font (font 1). All other 
  1565. fonts should be identified by name. The Font/DA Mover will renumber a font 
  1566. when moving it into a file containing a conflicting font family.
  1567.  
  1568.  Name  =  Fonts and the Script Mgr.cpt
  1569.  Path =  AMUG CD:Files:MacTechNotes:Text:Fonts and the Script Mgr.cpt
  1570.  Size:  9K         Date:10/29/92         Version: 
  1571.  Description:
  1572.  Fonts and the Script Mgr - This Technical Note describes how the Script 
  1573. Manager uses the font family ID to determine a script code.
  1574.  
  1575.  Name  =  Forcing Floppy Size.cpt
  1576.  Path =  AMUG CD:Files:MacTechNotes:Devices:Forcing Floppy Size.cpt
  1577.  Size:  5K         Date:10/29/92         Version: 
  1578.  Description:
  1579.  Forcing Floppy Size - This document explains how to initialize a disk as 
  1580. either single- or double- sided. It only applies to 800K drives, of course.
  1581. You can call the disk driver to initialize a disk and determine 
  1582. programmatically whether it should be initialized as single- (MFS) or 
  1583. double- (HFS) sided. All you have to do is call the .Sony driver directly 
  1584. to do the formatting then the Disk Initialization Package to write the 
  1585. directory information.
  1586.  
  1587.  Name  =  Fun with PrJobMerge (#2).cpt
  1588.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Fun with PrJobMerge (#2).cpt
  1589.  Size:  6K         Date:10/29/92         Version: 
  1590.  Description:
  1591.  Fun with PrJobMerge (#2) - This Technical Note discusses some interesting 
  1592. behavior you’ll encounter while using PrJobMerge with the 7.0 and 7.1 
  1593. versions of the LaserWriter driver. Changes since March 1992. Corrected the
  1594. Vulcan-like “THPring” typo to correctly read “THPrint,” and changed a 
  1595. comment in the code to mean what I originally meant.
  1596.  
  1597.  Name  =  GDevice Mgr Q&As.cpt
  1598.  Path =  AMUG CD:Files:MacTechNotes:Devices:GDevice Mgr Q&As.cpt
  1599.  Size: 15K         Date:10/29/92         Version: 
  1600.  Description:
  1601.  GDevice Mgr Q&As - This Technical Note contains a collection of Q&As 
  1602. relating to a specific topic—questions you’ve sent the Developer Support 
  1603. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1604. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1605. have the editing and organization of other Technical Notes. The Q&A 
  1606. function is to get new technical information and updates to you quickly, 
  1607. saving the polish for when the information migrates into reference manuals.
  1608.  
  1609.  Name  =  _Gestalt & System Environs.cpt
  1610.  Path =  AMUG CD:Files:MacTechNotes:Overview:_Gestalt & System Environs.cpt
  1611.  Size: 12K         Date:10/29/92         Version: 
  1612.  Description:
  1613.  _Gestalt & System Environs - This Technical Note discusses the latest 
  1614. changes and improvements to the _Gestalt and _SysEnvirons calls. Changes 
  1615. since May 1992. Added information on the gestaltMachineType selector for 
  1616. the Quadra 950, Macintosh LC II, Powerbook 145, and future system software.
  1617.  
  1618.  Name  =  Gestalt & Sysenvirons.cpt
  1619.  Path =  AMUG CD:Files:MacTechNotes:Overview:Gestalt & Sysenvirons.cpt
  1620.  Size: 12K         Date: 6/22/93         Version: 
  1621.  Description:
  1622.  Gestalt & Sysenvirons - This Technical Note discusses the latest changes 
  1623. and improvements to the _Gestalt and _SysEnvirons calls.
  1624.  
  1625.  Name  =  Gestalt Mgr Q&As.cpt
  1626.  Path =  AMUG CD:Files:MacTechNotes:Operating System:Gestalt Mgr Q&As.cpt
  1627.  Size:  5K         Date: 6/22/93         Version: 
  1628.  Description:
  1629.  Gestalt Mgr Q&As - This Technical Note contains a collection of Q&As 
  1630. relating to a specific topic—questions you’ve sent the Developer Support 
  1631. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1632. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1633. have the editing and organization of other Technical Notes. The Q&A 
  1634. function is to get new technical information and updates to you quickly, 
  1635. saving the polish for when the information migrates into reference manuals.
  1636.  
  1637.  Name  =  GetNextEvent & Blinking App.cpt
  1638.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:GetNextEvent & Blinking App.cpt
  1639.  Size:  5K         Date:10/29/92         Version: 
  1640.  Description:
  1641.  GetNextEvent & Blinking App - Wherein arcane mysteries are unraveled so you
  1642. can make the Alarm Clock (or a similar desk accessory) blink the Apple menu
  1643. at the appointed second. Also, why GetNextEvent is a good thing.
  1644.  
  1645.  Name  =  Getting a Full Pathname.cpt
  1646.  Path =  AMUG CD:Files:MacTechNotes:Files:Getting a Full Pathname.cpt
  1647.  Size:  8K         Date:10/29/92         Version: 
  1648.  Description:
  1649.  Getting a Full Pathname - This Technical Note describes how to generate a 
  1650. full pathname, given either a Working Directory ID or a real vRefNum and a 
  1651. DirID. By using the techniques shown in this Note, you can find the full 
  1652. pathname from information such as that returned by Standard File. Changes 
  1653. since June 89. Added a note on how to check for A/UX. Fixed bug in C 
  1654. version:  BlockMove() parameters were reversed in pStrcpy(); added range 
  1655. checking to pStrCat(); changed references from “longint” to “long”.  Fixed 
  1656. bug in Pascal and C versions. Changed fsRtDir to fsRtdirID and made 
  1657. references to gHaveAUX consistent.
  1658.  
  1659.  Name  =  Getting thru CUSToms.cpt
  1660.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Getting thru CUSToms.cpt
  1661.  Size: 15K         Date:10/29/92         Version: 
  1662.  Description:
  1663.  Getting thru CUSToms - This technical note provides a way for developers to
  1664. allow sophisticated users to add code to an off-the-shelf application.  
  1665. Using this scheme, the user can easily install the code module; the 
  1666. application has to know how to call it and, optionally, be able to respond 
  1667. to a set of predefined calls from the custom package. 
  1668.  
  1669.  Name  =  Glue Code.cpt
  1670.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Glue Code.cpt
  1671.  Size: 12K         Date: 6/22/93         Version: 
  1672.  Description:
  1673.  Glue Code - This Technical Note describes glue code, explains how it 
  1674. quietly improves your complicated life, and shows you how to write your own
  1675. when necessary.
  1676.  
  1677.  Name  =  HFS Comaptibility.cpt
  1678.  Path =  AMUG CD:Files:MacTechNotes:Files:HFS Comaptibility.cpt
  1679.  Size:  7K         Date:10/29/92         Version: 
  1680.  Description:
  1681.  HFS Comaptibility - This technical note tells you how to make sure that 
  1682. your applications run under the Hierarchical File System (HFS). The 
  1683. Hierarchical File System (HFS) provides fast, efficient management of 
  1684. larger volumes than the original Macintosh File System (MFS). Since HFS is 
  1685. hierarchical, HFS folders have a meaning different from MFS folders. In 
  1686. MFS, a folder has only graphical significance—it is only used by the Finder
  1687. as a means of visually grouping files. The MFS directory structure is 
  1688. actually flat (all files are at the ‘root’ level). Under HFS, a folder is a
  1689. directory that can contain files and other directories.
  1690.  
  1691.  Name  =  HFS Elucidations.cpt
  1692.  Path =  AMUG CD:Files:MacTechNotes:Files:HFS Elucidations.cpt
  1693.  Size:  9K         Date:10/29/92         Version: 
  1694.  Description:
  1695.  HFS Elucidations - This technical note will describe a few problems that 
  1696. can occur while using HFS. It will also describe ways to avoid these 
  1697. problems.
  1698.  
  1699.  Name  =  HFS Ruminations.cpt
  1700.  Path =  AMUG CD:Files:MacTechNotes:Files:HFS Ruminations.cpt
  1701.  Size: 10K         Date:10/29/92         Version: 
  1702.  Description:
  1703.  HFS Ruminations - This technical note contains some thoughts concerning 
  1704. HFS.
  1705.  
  1706.  Name  =  HFS Tidbits.cpt
  1707.  Path =  AMUG CD:Files:MacTechNotes:Files:HFS Tidbits.cpt
  1708.  Size:  5K         Date:10/29/92         Version: 
  1709.  Description:
  1710.  HFS Tidbits - This Technical Note describes two poorly documented features 
  1711. of the File Manager.
  1712.  
  1713.  Name  =  Handles vs. Pointers.cpt
  1714.  Path =  AMUG CD:Files:MacTechNotes:Memory:Handles vs. Pointers.cpt
  1715.  Size:  5K         Date:10/29/92         Version: 
  1716.  Description:
  1717.  Handles vs. Pointers - A handle is a handle and a pointer is a pointer. 
  1718. Applications should avoid embedding non-relocatable objects (that the 
  1719. system assumes will never move) in handles. In order to avoid 
  1720. fragmentation, some applications embed pointers (non-relocatable memory 
  1721. manager objects) in handles, so that the handles can be moved around as 
  1722. needed. This can cause several problems, especially with the Macintosh II, 
  1723. and should be avoided.
  1724.  
  1725.  Name  =  Hard Disk Hacking.cpt
  1726.  Path =  AMUG CD:Files:MacTechNotes:Devices:Hard Disk Hacking.cpt
  1727.  Size:  5K         Date:10/29/92         Version: 
  1728.  Description:
  1729.  Hard Disk Hacking - For those of a technical bent with some extra time, you
  1730. can build your own hard disk system from a cheap SCSI drive and a driver 
  1731. that you write. This is not a project for those short on time, so beware.
  1732.  
  1733.  Name  =  Hard Disk Medic.cpt
  1734.  Path =  AMUG CD:Files:MacTechNotes:Files:Hard Disk Medic.cpt
  1735.  Size: 18K         Date: 6/22/93         Version: 
  1736.  Description:
  1737.  Hard Disk Medic - The death of a hard disk with megabytes worth of data can
  1738. be exceedingly traumatic. This technical note will describe techniques for 
  1739. recovering a hard disk and the data that is on it. The discussion will also
  1740. include some tips on how to avoid problems.
  1741.  
  1742.  Name  =  Help Mgr Q&As.cpt
  1743.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Help Mgr Q&As.cpt
  1744.  Size: 17K         Date:10/29/92         Version: 
  1745.  Description:
  1746.  Help Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  1747. to a specific topic—questions you’ve sent the Developer Support Center 
  1748. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1749. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1750. the editing and organization of other Technical Notes. The Q&A function is 
  1751. to get new technical information and updates to you quickly, saving the 
  1752. polish for when the information migrates into reference manuals.
  1753.  
  1754.  Name  =  High-Level AppleTalk Routin.cpt
  1755.  Path =  AMUG CD:Files:MacTechNotes:Networking:High-Level AppleTalk Routin.cpt
  1756.  Size:  5K         Date: 6/22/93         Version: 
  1757.  Description:
  1758.  High-Level AppleTalk Routin - What you need to do in order to use 
  1759. high-level AppleTalk routines depends upon the interfaces you are using. 
  1760. Some differences are outlined below.
  1761.  
  1762.  Name  =  High Level Control & Stat.cpt
  1763.  Path =  AMUG CD:Files:MacTechNotes:Devices:High Level Control & Stat.cpt
  1764.  Size:  7K         Date: 6/22/93         Version: 
  1765.  Description:
  1766.  High Level Control & Stat - This Technical Note discusses situations under 
  1767. which high-level Status calls do not work correctly and PBStatus calls 
  1768. should be made instead. Changes since February 1990-Information has been 
  1769. added describing similar problems with high-level Control calls.
  1770.  
  1771.  Name  =  HyperCard and You.cpt
  1772.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:HyperCard and You.cpt
  1773.  Size: 14K         Date:10/29/92         Version: 
  1774.  Description:
  1775.  HyperCard and You - This Technical Note describes some HyperCard anomalies 
  1776. with which developers should be familiar when developing stackware, and it 
  1777. documents differences between HyperCard versions where appropriate.
  1778. Changes since November 1987. Updated material with regard to HyperCard 2.0 
  1779. and condensing or obsoleting information on bugs which have been addressed.
  1780.  
  1781.  Name  =  IOP Diffs Under A/UX.cpt
  1782.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:IOP Diffs Under A/UX.cpt
  1783.  Size:  6K         Date:10/29/92         Version: 
  1784.  Description:
  1785.  IOP Diffs Under A/UX - This Technical Note discusses use of the Macintosh 
  1786. IIfx IOP-based serial driver under A/UX, especially under certain error 
  1787. conditions which cause it to perform differently than documented in 
  1788. termio(7).  (The SCC driver, used on non-IOP machines, conforms to 
  1789. termio(7) in all cases.)  References to “the driver” herein refer to the 
  1790. IOP-based serial driver, seriop.c.
  1791.  
  1792.  Name  =  ISO 9660 CD ROM Format.cpt
  1793.  Path =  AMUG CD:Files:MacTechNotes:Files:ISO 9660 CD ROM Format.cpt
  1794.  Size:  5K         Date:10/29/92         Version: 
  1795.  Description:
  1796.  ISO 9660 CD ROM Format - What’s Wrong with my High Sierra Disc? Generally, 
  1797. if a Macintosh has problems with a High Sierra disc, it’s because the disc 
  1798. in question  doesn’t really conform to the High Sierra specification. 
  1799.  
  1800.  Name  =  Icon Drawing in 7.cpt
  1801.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Icon Drawing in 7.cpt
  1802.  Size: 15K         Date:10/29/92         Version: 
  1803.  Description:
  1804.  Icon Drawing in 7 - This Technical Note describes how to utilize the 
  1805. built-in System 7 icon drawing utility. Use this information to better 
  1806. conform to the System 7 visual human interface. Changes since May 1992. In 
  1807. this Note, we replaced the C and Pascal interface files and corrected the 
  1808. related text. So much text was tweaked that change bars are used only on 
  1809. code changes. 
  1810.  
  1811.  Name  =  Identifying Features.cpt
  1812.  Path =  AMUG CD:Files:MacTechNotes:Overview:Identifying Features.cpt
  1813.  Size:  7K         Date:10/29/92         Version: 
  1814.  Description:
  1815.  Identifying Features - This technical note explains how to check at run 
  1816. time to see if specific functionality, such as the “new” TextEdit, is 
  1817. present. Applications should strive to be compatible across all 
  1818. Macintoshes, but there are times when an application must have knowledge 
  1819. about the machine that it is running on.  The new trap, SysEnvirons, will 
  1820. give an application most of the information that it requires (what 
  1821. hardware, what version of system software…).  
  1822.  
  1823.  Name  =  Image Compr Q&As.cpt
  1824.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:Image Compr Q&As.cpt
  1825.  Size:  7K         Date:10/29/92         Version: 
  1826.  Description:
  1827.  Image Compr Q&As - This Technical Note contains a collection of Q&As 
  1828. relating to a specific topic—questions you’ve sent the Developer Support 
  1829. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1830. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1831. have the editing and organization of other Technical Notes. The Q&A 
  1832. function is to get new technical information and updates to you quickly, 
  1833. saving the polish for when the information migrates into reference manuals.
  1834.  
  1835.  Name  =  Image Writer IIMotio.cpt
  1836.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Image Writer IIMotio.cpt
  1837.  Size:  5K         Date:10/29/92         Version: 
  1838.  Description:
  1839.  Image Writer II Motion - The purpose of this technical note is to answer 
  1840. the many questions asked about why the paper moves the way it does on the 
  1841. ImageWriter II.
  1842.  
  1843.  Name  =  InitGraf with MPW Assembly.cpt
  1844.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:InitGraf with MPW Assembly.cpt
  1845.  Size:  5K         Date: 6/22/93         Version: 
  1846.  Description:
  1847.  InitGraf with MPW Assembly - The Macintosh Programmer’s Workshop (MPW) 
  1848. requires assembly-language programmers to allocate their own QuickDraw 
  1849. global variables rather than use the default record as indicated in Inside 
  1850. Macintosh.
  1851.  
  1852.  Name  =  Inside Object Pascal.cpt
  1853.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Inside Object Pascal.cpt
  1854.  Size:  5K         Date:10/29/92         Version: 
  1855.  Description:
  1856.  Inside Object Pascal - This Technical Note briefly explains why Object 
  1857. Pascal and MacApp should only be used to write applications and MPW tools.
  1858. Although Pascal can be used to write desk accessories, drivers, XCMDs and 
  1859. other types of stand–alone code, and Object Pascal is an extension of 
  1860. Pascal, Object Pascal cannot be used to write anything other than an 
  1861. application.  This limitation is due to the fact that Object Pascal method 
  1862. dispatching relies on a valid A5 pointing to a jump table.  Because MacApp 
  1863. is written in Object Pascal, this limitation applies to it as well.
  1864.  
  1865.  Name  =  Installer Q&As.cpt
  1866.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Installer Q&As.cpt
  1867.  Size: 15K         Date:10/29/92         Version: 
  1868.  Description:
  1869.  Installer Q&As - This Technical Note contains a collection of Q&As relating
  1870. to a specific topic—questions you’ve sent the Developer Support Center 
  1871. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  1872. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  1873. the editing and organization of other Technical Notes. The Q&A function is 
  1874. to get new technical information and updates to you quickly, saving the 
  1875. polish for when the information migrates into reference manuals.
  1876.  
  1877.  Name  =  InternationalCha.cpt
  1878.  Path =  AMUG CD:Files:MacTechNotes:Text:InternationalCha.cpt
  1879.  Size:  6K         Date:10/29/92         Version: 
  1880.  Description:
  1881.  InternationalCha - The International Utilities package and the 
  1882. international resources have been changed with System file 4.1 to take 
  1883. advantage of the Script Manager.
  1884.  
  1885.  Name  =  International Canceling.cpt
  1886.  Path =  AMUG CD:Files:MacTechNotes:Text:International Canceling.cpt
  1887.  Size:  8K         Date:10/29/92         Version: 
  1888.  Description:
  1889.  International Canceling - This Technical Note describes potential problems 
  1890. canceling operations with the Command-period key sequence and international
  1891. keyboards.
  1892.  
  1893.  Name  =  Internets.cpt
  1894.  Path =  AMUG CD:Files:MacTechNotes:Networking:Internets.cpt
  1895.  Size:  6K         Date:10/29/92         Version: 
  1896.  Description:
  1897.  Internets - This Technical Note discusses how AppleTalk applications should
  1898. work across internets, groups of interconnected AppleTalk networks.  It 
  1899. explains the differences between life on a single AppleTalk network and 
  1900. life on an internet. Changes since March 1988. Removed the section on 
  1901. AppleTalk retry timers, as it is no longer accurate.
  1902.  
  1903.  Name  =  Int'l Resource Q&As.cpt
  1904.  Path =  AMUG CD:Files:MacTechNotes:Text:Int'l Resource Q&As.cpt
  1905.  Size: 10K         Date:10/29/92         Version: 
  1906.  Description:
  1907.  Int'l Resource Q&A - This Technical Note contains a collection of Q&As 
  1908. relating to a specific topic—questions you’ve sent the Developer Support 
  1909. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1910. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1911. have the editing and organization of other Technical Notes. The Q&A 
  1912. function is to get new technical information and updates to you quickly, 
  1913. saving the polish for when the information migrates into reference manuals.
  1914.  
  1915.  Name  =  ioNamePtr.cpt
  1916.  Path =  AMUG CD:Files:MacTechNotes:Files:ioNamePtr.cpt
  1917.  Size:  4K         Date:10/29/92         Version: 
  1918.  Description:
  1919.  ioNamePtr - It is very important to set ioNamePtr when making PB calls, 
  1920. even if you don’t want  those calls to return a name. Whenever Inside 
  1921. Macintosh indicates that ioNamePtr is either required for input or returns 
  1922. something, you must set ioNamePtr to either nil (if you aren’t using a 
  1923. name) or to point to storage for a Str255. If you don’t explicitly set 
  1924. ioNamePtr, strange and unusual crashes may occur, depending on the 
  1925. machine/configuration your code is run on.  
  1926.  
  1927.  Name  =  ioPosOffset.cpt
  1928.  Path =  AMUG CD:Files:MacTechNotes:Files:ioPosOffset.cpt
  1929.  Size:  4K         Date:10/29/92         Version: 
  1930.  Description:
  1931.  ioPosOffset - The Device Manager chapter of Inside Macintosh Volume II says
  1932. that ioPosOffset is passed to and returned by Read and Write calls. It also
  1933. says that “After the read [or write] is completed, the position is returned
  1934. in ioPosOffset…” Actually, ioPosOffset is not changed by either call. Also 
  1935. note that device drivers should only look at the dCtlPosition field of the 
  1936. DCE, and should not look directly at the ioPosOffset field of the parameter
  1937. block. The Device Manager sets up dCtlPosition for the driver, taking into 
  1938. account both the ioPosMode and the ioPosOffset.
  1939.  
  1940.  Name  =  Joy of 32-Bit Clean.cpt
  1941.  Path =  AMUG CD:Files:MacTechNotes:Overview:Joy of 32-Bit Clean.cpt
  1942.  Size:  9K         Date:10/29/92         Version: 
  1943.  Description:
  1944.  Joy of 32-Bit Clean - What to do (and what not to do) to make your programs
  1945. run under A/UX and future versions of the Macintosh System Software.
  1946. Changes since October 1988:  Added information on writing 32-bit clean 
  1947. CDEFs, and updated A/UX information to reflect the capabilities of A/UX 
  1948. 1.1.
  1949.  
  1950.  Name  =  Key Mapping.cpt
  1951.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Key Mapping.cpt
  1952.  Size: 11K         Date:10/29/92         Version: 
  1953.  Description:
  1954.  Key Mapping - This Technical Note describes the Macintosh family key code 
  1955. mapping scheme when running System file 4.1 and later. This Note also 
  1956. provides a “safe” method for remapping keyboards. Changes since October 
  1957. 1990. Added a section on how 'KMAP' resources are matched to specific ADB 
  1958. keyboard types and a section on the original Macintosh and Macintosh Plus 
  1959. keyboards.
  1960.  
  1961.  Name  =  Keybd Resource Q&As.cpt
  1962.  Path =  AMUG CD:Files:MacTechNotes:Text:Keybd Resource Q&As.cpt
  1963.  Size:  8K         Date:10/29/92         Version: 
  1964.  Description:
  1965.  Keybd Resource Q&As - This Technical Note contains a collection of Q&As 
  1966. relating to a specific topic—questions you’ve sent the Developer Support 
  1967. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  1968. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  1969. have the editing and organization of other Technical Notes. The Q&A 
  1970. function is to get new technical information and updates to you quickly, 
  1971. saving the polish for when the information migrates into reference manuals.
  1972.  
  1973.  Name  =  KillNBP.cpt
  1974.  Path =  AMUG CD:Files:MacTechNotes:Networking:KillNBP.cpt
  1975.  Size:  4K         Date:10/29/92         Version: 
  1976.  Description:
  1977.  KillNBP - This technical note clears up some confusion regarding the Name 
  1978. Binding Protocol KillNBP function. The description of the PKillNBP function
  1979. on page 519 of Inside Macintosh Volume V is somewhat confusing. The data 
  1980. type of the parameter thePBptr is incorrectly given as ATPPBPtr and the 
  1981. pointer to the queue element from the NBP call to be aborted is incorrectly
  1982. given as being passed in aKillQEl. 
  1983.  
  1984.  Name  =  LAP Q&As.cpt
  1985.  Path =  AMUG CD:Files:MacTechNotes:Networking:LAP Q&As.cpt
  1986.  Size:  9K         Date:10/29/92         Version: 
  1987.  Description:
  1988.  LAP Q&As - This Technical Note contains a collection of Q&As relating to a 
  1989. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  1990. along with answers from the DSC engineers. While DSC engineers have checked
  1991. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  1992. editing and organization of other Technical Notes. The Q&A function is to 
  1993. get new technical information and updates to you quickly, saving the polish
  1994. for when the information migrates into reference manuals.
  1995.  
  1996.  Name  =  LDEF Madness.cpt
  1997.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:LDEF Madness.cpt
  1998.  Size:  6K         Date:10/29/92         Version: 
  1999.  Description:
  2000.  LDEF Madness - This Technical Note uncovers a problem with writing Pascal 
  2001. list definition procedures and two (yes, count  ’em, two) different methods
  2002. to work around it.
  2003.  
  2004.  Name  =  Large Screen Displays.cpt
  2005.  Path =  AMUG CD:Files:MacTechNotes:Overview:Large Screen Displays.cpt
  2006.  Size:  5K         Date:10/29/92         Version: 
  2007.  Description:
  2008.  Large Screen Displays - A number of third-party developers have announced 
  2009. large-screen display peripherals for Macintosh. One of them, Radius Inc., 
  2010. has issued a set of guidelines for developers who wish to remain compatible
  2011. with their Radius FPD; unfortunately, one of their recommendations can 
  2012. cause system crashes. This note suggests a more correct approach.
  2013.  
  2014.  Name  =  LaserWriter Driver Surprise.cpt
  2015.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:LaserWriter Driver Surprise.cpt
  2016.  Size:  8K         Date: 6/22/93         Version: 
  2017.  Description:
  2018.  LaserWriter Driver Surprise - This Technical Note describes some changes in
  2019. version 5.0 and later LaserWriter drivers. Changes since April 1988. 
  2020. Described a bug in 5.x which is fixed in 6.0 and later, and reiterated a 
  2021. warning about storing fonts in an application.
  2022.  
  2023.  Name  =  LaserWriter Optimization.cpt
  2024.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:LaserWriter Optimization.cpt
  2025.  Size: 10K         Date: 6/22/93         Version: 
  2026.  Description:
  2027.  LaserWriter Optimization - This Technical Note discusses techniques for 
  2028. optimizing code for printing on the LaserWriter. Changes since March 1988, 
  2029. Updated the “Printable Paper Area” and “Memory Considerations” sections as 
  2030. well as the printer IDs, moved the error messages from the end of the Note 
  2031. to Technical Note #161, A Printing Loop That Cares…, and removed the 
  2032. “Spool-A-Page/Print-A-Page” section because Technical Note #125, Effect of 
  2033. Spool-A-Page/Print-A-Page on Shared Printers, already thoroughly covers 
  2034. this topic.
  2035.  
  2036.  Name  =  LaserWriter ROM Bugs.cpt
  2037.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:LaserWriter ROM Bugs.cpt
  2038.  Size:  6K         Date:10/29/92         Version: 
  2039.  Description:
  2040.  LaserWriter ROM Bugs - These are LaserWriter bugs that your users may 
  2041. encounter when printing from any Macintosh application. These are for your 
  2042. information; you cannot code around them. The bugs described here occur in 
  2043. the 1.0 and 2.0 LaserWriter ROMs.
  2044.  
  2045.  Name  =  LaserWriter Util Q&As.cpt
  2046.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:LaserWriter Util Q&As.cpt
  2047.  Size:  5K         Date:10/29/92         Version: 
  2048.  Description:
  2049.  LaserWriter Util Q&As - This Technical Note contains a collection of Q&As 
  2050. relating to a specific topic—questions you’ve sent the Developer Support 
  2051. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2052. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2053. have the editing and organization of other Technical Notes. The Q&A 
  2054. function is to get new technical information and updates to you quickly, 
  2055. saving the polish for when the information migrates into reference manuals.
  2056.  
  2057.  Name  =  Life With Font/DA Mover.cpt
  2058.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Life With Font/DA Mover.cpt
  2059.  Size:  5K         Date: 6/22/93         Version: 
  2060.  Description:
  2061.  Life With Font/DA Mover - This technical note describes how to make sure 
  2062. that your desk accessory will work after being moved by Font/Desk Accessory
  2063. Mover.
  2064.  
  2065.  Name  =  List Mgr Q&As.cpt
  2066.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:List Mgr Q&As.cpt
  2067.  Size:  7K         Date:10/29/92         Version: 
  2068.  Description:
  2069.  List Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  2070. to a specific topic—questions you’ve sent the Developer Support Center 
  2071. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2072. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2073. the editing and organization of other Technical Notes. The Q&A function is 
  2074. to get new technical information and updates to you quickly, saving the 
  2075. polish for when the information migrates into reference manuals.
  2076.  
  2077.  Name  =  Little PowerBook Sleep.cpt
  2078.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Little PowerBook Sleep.cpt
  2079.  Size:  7K         Date:10/29/92         Version: 
  2080.  Description:
  2081.  Little PowerBook Sleep - The purpose of this Note is to describe the 
  2082. ramifications of resting, sleeping, and power-saving modes in the PowerBook
  2083. family of Macintosh computers, how they may affect your application, and 
  2084. the appropriate ways to defeat them, when appropriate. It also describes 
  2085. some nonintuitive ramifications of working with a battery-powered computer.
  2086.  
  2087.  Name  =  Loading Components Bug.cpt
  2088.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:Loading Components Bug.cpt
  2089.  Size:  9K         Date: 6/22/93         Version: 
  2090.  Description:
  2091.  Loading Components Bug - The Component Manager may change the current 
  2092. resource file in the resource search path. This is a bug and will be fixed 
  2093. as soon as possible.
  2094.  
  2095.  Name  =  Lock, Unlock the Range.cpt
  2096.  Path =  AMUG CD:Files:MacTechNotes:Files:Lock, Unlock the Range.cpt
  2097.  Size:  7K         Date:10/29/92         Version: 
  2098.  Description:
  2099.  Lock, Unlock the Range - This Technical Note discusses the _PBLockRange and
  2100. _PBUnlockRange routines; how they act on local and shared volumes and why 
  2101. you should not set the ioPosMode field to fsFromLEOF in the parameter block
  2102. for those routines when accessing a file on an AppleShare volume. Changes 
  2103. since April 1988. Added information on how _PBLockRange and _PBUnlockRange 
  2104. really work.
  2105.  
  2106.  Name  =  Low-Level Printing.cpt
  2107.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Low-Level Printing.cpt
  2108.  Size:  4K         Date:10/29/92         Version: 
  2109.  Description:
  2110.  Low-Level Printing - When you use the low-level printer driver to print, 
  2111. you don’t get the benefits of the error checking that is done when you use 
  2112. the high-level Printing Manager. So, if the user prints to an AppleTalk 
  2113. ImageWriter (including an AppleTalk ImageWriter LQ) that is busy printing 
  2114. another job, the driver doesn’t know whether the printer is busy, offline, 
  2115. or disconnected.  Because of this, PrError will return (and PrintErr will 
  2116. contain) abortErr.
  2117.  
  2118.  Name  =  MIDI Interface Q&As.cpt
  2119.  Path =  AMUG CD:Files:MacTechNotes:Devices:MIDI Interface Q&As.cpt
  2120.  Size:  5K         Date: 6/22/93         Version: 
  2121.  Description:
  2122.  MIDI Interface Q&As - This Technical Note contains a collection of Q&As 
  2123. relating to a specific topic—questions you’ve sent the Developer Support 
  2124. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2125. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2126. have the editing and organization of other Technical Notes. The Q&A 
  2127. function is to get new technical information and updates to you quickly, 
  2128. saving the polish for when the information migrates into reference manuals.
  2129.  
  2130.  Name  =  MPP Q&As.cpt
  2131.  Path =  AMUG CD:Files:MacTechNotes:Networking:MPP Q&As.cpt
  2132.  Size:  7K         Date:10/29/92         Version: 
  2133.  Description:
  2134.  MPP Q&As - This Technical Note contains a collection of Q&As relating to a 
  2135. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2136. along with answers from the DSC engineers. While DSC engineers have checked
  2137. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2138. editing and organization of other Technical Notes. The Q&A function is to 
  2139. get new technical information and updates to you quickly, saving the polish
  2140. for when the information migrates into reference manuals.
  2141.  
  2142.  Name  =  MPW {$LOAD}.cpt
  2143.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW {$LOAD}.cpt
  2144.  Size:  6K         Date:10/29/92         Version: 
  2145.  Description:
  2146.  MPW {$LOAD} - This technical note discusses the Pascal {$LOAD} directive as
  2147. well as how to unload the _DataInit and %_MethTables segments.
  2148.  
  2149.  Name  =  MPW -mc68881.cpt
  2150.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW -mc68881.cpt
  2151.  Size:  9K         Date:10/29/92         Version: 
  2152.  Description:
  2153.  MPW -mc68881 - This Technical Note discusses MPW’s -mc68881 option, which 
  2154. represents Extended values in 96 bits (instead of 80, as with software 
  2155. SANE), and compatibility issues when using non-SANE system calls that 
  2156. expect 80-bit Extended values. Changes since June 1990. Extended the 
  2157. warning about explicitly checking for the presence of an FPU if an 
  2158. application uses floating-point instructions to include the possibility of 
  2159. FPU-less MC68040 products and also raised the issue of extended values 
  2160. embedded in data structures.
  2161.  
  2162.  Name  =  MPW 2.0.2 Bugs.cpt
  2163.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW 2.0.2 Bugs.cpt
  2164.  Size: 16K         Date:10/29/92         Version: 
  2165.  Description:
  2166.  MPW 2.0.2 Bugs - This Technical Note describes latest information about 
  2167. bugs or unexpected “features” in the MPW C, Pascal, and Assembler products 
  2168. and the Toolbox and OS Interface Libraries.  We intend this Note to be a 
  2169. complete list of all known bugs in these products, which will be updated as
  2170. old bugs are fixed, or new ones appear.  If you have encountered a bug or 
  2171. unexpected feature which is not described here, be sure to let us know.  
  2172. Specific code examples are useful.
  2173.  
  2174.  Name  =  MPW Assembly Q&As.cpt
  2175.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW Assembly Q&As.cpt
  2176.  Size:  6K         Date:10/29/92         Version: 
  2177.  Description:
  2178.  MPW Assembly Q&As - This Technical Note contains a collection of Q&As 
  2179. relating to a specific topic—questions you’ve sent the Developer Support 
  2180. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2181. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2182. have the editing and organization of other Technical Notes. The Q&A 
  2183. function is to get new technical information and updates to you quickly, 
  2184. saving the polish for when the information migrates into reference manuals.
  2185.  
  2186.  Name  =  MPW C++ Q&As.cpt
  2187.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW C++ Q&As.cpt
  2188.  Size: 17K         Date:10/29/92         Version: 
  2189.  Description:
  2190.  MPW C++ Q&As - This Technical Note contains a collection of Q&As relating 
  2191. to a specific topic—questions you’ve sent the Developer Support Center 
  2192. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2193. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2194. the editing and organization of other Technical Notes. The Q&A function is 
  2195. to get new technical information and updates to you quickly, saving the 
  2196. polish for when the information migrates into reference manuals.
  2197.  
  2198.  Name  =  MPW C Functions.cpt
  2199.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW C Functions.cpt
  2200.  Size:  4K         Date:10/29/92         Version: 
  2201.  Description:
  2202.  MPW C Functions - Here’s the low-down on when C functions need not be 
  2203. declared in include files.
  2204.  
  2205.  Name  =  MPW C Glue for Point & Stri.cpt
  2206.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW C Glue for Point & Stri.cpt
  2207.  Size:  5K         Date: 6/22/93         Version: 
  2208.  Description:
  2209.  MPW C Glue for Point & Stri - MPW 2.0 includes new C interfaces to ROM 
  2210. routines which no longer do string and point conversions. These new 
  2211. interfaces are described here.
  2212.  
  2213.  Name  =  MPW C Q&As.cpt
  2214.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW C Q&As.cpt
  2215.  Size: 24K         Date:10/29/92         Version: 
  2216.  Description:
  2217.  MPW C Q&As - This Technical Note contains a collection of Q&As relating to 
  2218. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2219. along with answers from the DSC engineers. While DSC engineers have checked
  2220. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2221. editing and organization of other Technical Notes. The Q&A function is to 
  2222. get new technical information and updates to you quickly, saving the polish
  2223. for when the information migrates into reference manuals.
  2224.  
  2225.  Name  =  MPW Library Q&As.cpt
  2226.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW Library Q&As.cpt
  2227.  Size:  7K         Date:10/29/92         Version: 
  2228.  Description:
  2229.  MPW Library Q&As - This Technical Note contains a collection of Q&As 
  2230. relating to a specific topic—questions you’ve sent the Developer Support 
  2231. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2232. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2233. have the editing and organization of other Technical Notes. The Q&A 
  2234. function is to get new technical information and updates to you quickly, 
  2235. saving the polish for when the information migrates into reference manuals.
  2236.  
  2237.  Name  =  MPW Pascal Q&As.cpt
  2238.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW Pascal Q&As.cpt
  2239.  Size:  7K         Date:10/29/92         Version: 
  2240.  Description:
  2241.  MPW Pascal Q&As - This Technical Note contains a collection of Q&As 
  2242. relating to a specific topic—questions you’ve sent the Developer Support 
  2243. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2244. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2245. have the editing and organization of other Technical Notes. The Q&A 
  2246. function is to get new technical information and updates to you quickly, 
  2247. saving the polish for when the information migrates into reference manuals.
  2248.  
  2249.  Name  =  MPW Q&As.cpt
  2250.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW Q&As.cpt
  2251.  Size:  9K         Date:10/29/92         Version: 
  2252.  Description:
  2253.  MPW Q&As - This Technical Note contains a collection of Q&As relating to a 
  2254. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2255. along with answers from the DSC engineers. While DSC engineers have checked
  2256. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2257. editing and organization of other Technical Notes. The Q&A function is to 
  2258. get new technical information and updates to you quickly, saving the polish
  2259. for when the information migrates into reference manuals.
  2260.  
  2261.  Name  =  MPW Tool Q&As.cpt
  2262.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MPW Tool Q&As.cpt
  2263.  Size: 16K         Date:10/29/92         Version: 
  2264.  Description:
  2265.  MPW Tool Q&As - This Technical Note contains a collection of Q&As relating 
  2266. to a specific topic—questions you’ve sent the Developer Support Center 
  2267. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2268. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2269. the editing and organization of other Technical Notes. The Q&A function is 
  2270. to get new technical information and updates to you quickly, saving the 
  2271. polish for when the information migrates into reference manuals.
  2272.  
  2273.  Name  =  MacApp Bugs 3.0.cpt
  2274.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacApp Bugs 3.0.cpt
  2275.  Size: 38K         Date:10/29/92         Version: 
  2276.  Description:
  2277.  MacApp Bugs 3.0 - This Technical Note describes the latest information 
  2278. about bugs or unexpected “features” in MacApp.  Where possible, solutions 
  2279. and fixes are noted.  DTS intends this Note to be a complete list of all 
  2280. known bugs in MacApp and will update it as old bugs are fixed or new ones 
  2281. appear.  If you have encountered a bug or unexpected feature which is not 
  2282. described here, be sure to let DTS know. Specific code examples and 
  2283. suggested fixes are useful.
  2284.  
  2285.  Name  =  MacApp Q&As.cpt
  2286.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacApp Q&As.cpt
  2287.  Size: 15K         Date:10/29/92         Version: 
  2288.  Description:
  2289.  MacApp Q&As - This Technical Note contains a collection of Q&As relating to
  2290. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2291. along with answers from the DSC engineers. While DSC engineers have checked
  2292. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2293. editing and organization of other Technical Notes. The Q&A function is to 
  2294. get new technical information and updates to you quickly, saving the polish
  2295. for when the information migrates into reference manuals.
  2296.  
  2297.  Name  =  MacApp Segmentation.cpt
  2298.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacApp Segmentation.cpt
  2299.  Size: 14K         Date:12/29/92         Version: 
  2300.  Description:
  2301.  MacApp Segmentation - This Technical Note describes MacApp segmentation 
  2302. strategies and guidelines. It also describes performance, runtime, and 
  2303. development tools issues related to segmentation. Some of the discussion is
  2304. also relevant to general segmentation strategies with non-MacApp-based 
  2305. applications. The MacApp techniques are based on MacApp 3.0; however, many 
  2306. of the issues are also relevant to MacApp 2.0.
  2307.  
  2308.  Name  =  MacApp 'View' .cpt
  2309.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacApp 'View' .cpt
  2310.  Size: 19K         Date:10/29/92         Version: 
  2311.  Description:
  2312.  MacApp 'View' - This Technical Note describes the new MacApp 3.0 'View' 
  2313. resource.
  2314.  
  2315.  Name  =  Mac Classic, LC, IIsi RAM.cpt
  2316.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac Classic, LC, IIsi RAM.cpt
  2317.  Size:  5K         Date: 6/22/93         Version: 
  2318.  Description:
  2319.  Mac Classic, LC, IIsi RAM - drawings on RAM install configurations.
  2320.  
  2321.  Name  =  Mac Common LISP Q&As.cpt
  2322.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Mac Common LISP Q&As.cpt
  2323.  Size:  6K         Date:10/29/92         Version: 
  2324.  Description:
  2325.  Mac Common LISP Q&As - This Technical Note contains a collection of Q&As 
  2326. relating to a specific topic—questions you’ve sent the Developer Support 
  2327. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2328. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2329. have the editing and organization of other Technical Notes. The Q&A 
  2330. function is to get new technical information and updates to you quickly, 
  2331. saving the polish for when the information migrates into reference manuals.
  2332.  
  2333.  Name  =  Mac II Board Suppliers.cpt
  2334.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac II Board Suppliers.cpt
  2335.  Size:  5K         Date:10/29/92         Version: 
  2336.  Description:
  2337.  Mac II Board Suppliers - This note lists suppliers of parts that may be 
  2338. helpful for Macintosh II board developers. If your company supplies these 
  2339. parts, but is not listed here, please send a message to us (at the address 
  2340. on Technical Note #0) and we’ll include you in the next revision of this 
  2341. technical note.
  2342.  
  2343.  Name  =  Mac IIfx Inside Story.cpt
  2344.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac IIfx Inside Story.cpt
  2345.  Size:  9K         Date:10/29/92         Version: 
  2346.  Description:
  2347.  Mac IIfx Inside Story - This Technical Note addresses various areas of 
  2348. potential incompatibilities with the Macintosh IIfx and current software 
  2349. applications and provides information about some of Apple’s compatibility 
  2350. software updates.
  2351.  
  2352.  Name  =  Mac IIfx RAM.cpt
  2353.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac IIfx RAM.cpt
  2354.  Size: 14K         Date: 6/22/93         Version: 
  2355.  Description:
  2356.  Mac IIfx RAM - drawings on RAM install configurations.
  2357.  
  2358.  Name  =  Mac Mem Configurations.cpt
  2359.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac Mem Configurations.cpt
  2360.  Size:120K         Date: 6/22/93         Version: 
  2361.  Description:
  2362.  Mac Mem Configurations - This Technical Note describes the different 
  2363. possible memory configurations of all models of the Macintosh family that 
  2364. use Single In-line Memory Modules (SIMMs) as well as the non-SIMM memory 
  2365. upgrade options of the Macintosh Portable and Macintosh Classic. (Special 
  2366. thanks to Brian Howard for the Macintosh Plus and original SE drawings, and
  2367. for the inspiration for the other drawings.) This Note also describes the 
  2368. obstacles to using four megabit (Mbit) DRAM SIMMs in Apple Macintosh 
  2369. products to date. Corrected error on the RAM configuration chart (page 2); 
  2370. additional information added to Quadra 900 section (page 15).
  2371.  
  2372.  Name  =  Mac Mem Configurations.cpt
  2373.  Path =  AMUG CD:Files:MacTechNotes:Memory:Mac Mem Configurations.cpt
  2374.  Size:126K         Date:12/28/92         Version: 
  2375.  Description:
  2376.  Mac Mem Configurations - This Technical Note describes the different 
  2377. possible memory configurations of all models of the Macintosh family that 
  2378. use Single In-line Memory Modules (SIMMs) as well as the non-SIMM memory 
  2379. upgrade options of the Macintosh Portable, Macintosh Classic, and Macintosh
  2380. PowerBooks. (Special thanks to Brian Howard for the Macintosh Plus and 
  2381. original SE drawings, and for the inspiration for the other drawings.) This
  2382. Note also describes the obstacles to using four megabit (Mbit) DRAM SIMMs 
  2383. in Apple Macintosh products to date.
  2384.  
  2385.  Name  =  MacPaint Document Format.cpt
  2386.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacPaint Document Format.cpt
  2387.  Size:  8K         Date:10/29/92         Version: 
  2388.  Description:
  2389.  MacPaint Document Format - This Technical Note describes the internal 
  2390. format of a MacPaint® document, which is a standard used by many other 
  2391. programs.  This description is the same as that found in the “Macintosh 
  2392. Miscellaneous” section of early Inside Macintosh versions. Changes since 
  2393. October 1988. Fixed bugs in the example code.
  2394.  
  2395.  Name  =  Mac Plus RAM.cpt
  2396.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac Plus RAM.cpt
  2397.  Size: 14K         Date: 6/22/93         Version: 
  2398.  Description:
  2399.  Mac Plus RAM - drawings on RAM install configurations.
  2400.  
  2401.  Name  =  Mac Portable PDS Developmen.cpt
  2402.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Portable PDS Developmen.cpt
  2403.  Size: 13K         Date: 6/22/93         Version: 
  2404.  Description:
  2405.  Mac Portable PDS Development - The Technical Note describes the unique 
  2406. aspects of the Macintosh Portable Processor Direct Slot (PDS), including 
  2407. the severe limitations in its use.
  2408.  
  2409.  Name  =  Mac Portable ROM Expansion.cpt
  2410.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Portable ROM Expansion.cpt
  2411.  Size: 13K         Date: 6/22/93         Version: 
  2412.  Description:
  2413.  Mac Portable ROM Expansion - This Technical Note explains the practice of 
  2414. and theory behind compatible use of the expansion ROM in the Macintosh 
  2415. Portable.
  2416.  
  2417.  Name  =  Mac Quadra Built-In Video.cpt
  2418.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Quadra Built-In Video.cpt
  2419.  Size: 11K         Date: 6/22/93         Version: 
  2420.  Description:
  2421.  Mac Quadra Built-In Video - This is an in-depth article in three parts, 
  2422. describing the internal video on the Macintosh Quadra computers. The first 
  2423. part discusses a number of general Quadra video topics, the second part 
  2424. details how to wire the video connector sense pins to access all the 
  2425. Quadra’s supported video modes, and the third describes the memory 
  2426. configurations necessary to support each of the video modes at specific 
  2427. pixel depths.
  2428.  
  2429.  Name  =  Mac Quadra Built-In Video.cpt
  2430.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Quadra Built-In Video.cpt
  2431.  Size: 11K         Date: 2/23/93         Version: 
  2432.  Description:
  2433.  Mac Quadra Built-In Video - This is an in-depth article in three parts, 
  2434. describing the internal video on the Macintosh Quadra computers. The first 
  2435. part discusses a number of general Quadra video topics, the second part 
  2436. details how to wire the video connector sense pins to access all the 
  2437. Quadra’s supported video modes, and the third describes the memory 
  2438. configurations necessary to support each of the video modes at specific 
  2439. pixel depths.
  2440.  
  2441.  Name  =  Mac SE (w/jump) RAM.cpt
  2442.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac SE (w/jump) RAM.cpt
  2443.  Size:  9K         Date: 6/22/93         Version: 
  2444.  Description:
  2445.  Mac SE (w/jump) RAM - drawings on RAM install configurations.
  2446.  
  2447.  Name  =  Mac SE/30, II, IIx RAM.cpt
  2448.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac SE/30, II, IIx RAM.cpt
  2449.  Size: 11K         Date: 6/22/93         Version: 
  2450.  Description:
  2451.  Mac SE/30, II, IIx RAM - drawings on RAM install configurations.
  2452.  
  2453.  Name  =  Mac SE RAM.cpt
  2454.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Mac Mem Config:Mac SE RAM.cpt
  2455.  Size:  9K         Date: 6/22/93         Version: 
  2456.  Description:
  2457.  Mac SE RAM - drawings on RAM install configurations.
  2458.  
  2459.  Name  =  MacTCP Q&As.cpt
  2460.  Path =  AMUG CD:Files:MacTechNotes:Networking:MacTCP Q&As.cpt
  2461.  Size: 17K         Date:10/29/92         Version: 
  2462.  Description:
  2463.  MacTCP Q&As - This Technical Note contains a collection of Q&As relating to
  2464. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2465. along with answers from the DSC engineers. While DSC engineers have checked
  2466. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2467. editing and organization of other Technical Notes. The Q&A function is to 
  2468. get new technical information and updates to you quickly, saving the polish
  2469. for when the information migrates into reference manuals.
  2470.  
  2471.  Name  =  MacWorkstation Q&As.cpt
  2472.  Path =  AMUG CD:Files:MacTechNotes:Networking:MacWorkstation Q&As.cpt
  2473.  Size:  7K         Date:10/29/92         Version: 
  2474.  Description:
  2475.  MacWorkstation Q&As - This Technical Note contains a collection of Q&As 
  2476. relating to a specific topic—questions you’ve sent the Developer Support 
  2477. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2478. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2479. have the editing and organization of other Technical Notes. The Q&A 
  2480. function is to get new technical information and updates to you quickly, 
  2481. saving the polish for when the information migrates into reference manuals.
  2482.  
  2483.  Name  =  MacinTalk Final Chapter.cpt
  2484.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacinTalk Final Chapter.cpt
  2485.  Size:  6K         Date:10/29/92         Version: 
  2486.  Description:
  2487.  MacinTalk Final Chapter - This Technical Note discusses the MacinTalk 
  2488. software product.
  2489.  
  2490.  Name  =  Macintosh 21" Color Display.cpt
  2491.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Macintosh 21" Color Display.cpt
  2492.  Size:  8K         Date: 6/22/93         Version: 
  2493.  Description:
  2494.  Macintosh 21" Color Display - This Technical Note presents the technical 
  2495. specifications for the Macintosh 21" Color Display with the objective of 
  2496. allowing display board and accelerator board manufacturers to ensure 
  2497. compatibility with this monitor.
  2498.  
  2499.  Name  =  Macintosh Allegro Common Li.cpt
  2500.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Macintosh Allegro Common Li.cpt
  2501.  Size: 11K         Date: 6/22/93         Version: 
  2502.  Description:
  2503.  Macintosh Allegro Common - This Technical Note describes some known 
  2504. problems and provides solutions to these problems for the Macintosh Allegro
  2505. Common Lisp™ package which is available from Apple Computer, Inc.  You 
  2506. should note, however, that although Apple acquired Coral Software and is 
  2507. selling Macintosh Allegro Common Lisp, Apple is not currently distributing 
  2508. any other products which had been developed or previously sold by Coral 
  2509. Software.
  2510.  
  2511.  Name  =  Macintosh Plus ROMs.cpt
  2512.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Macintosh Plus ROMs.cpt
  2513.  Size:  4K         Date:10/29/92         Version: 
  2514.  Description:
  2515.  Macintosh Plus ROMs - Readers Digest condensed version of Macintosh Plus 
  2516. ROM history, or the truth according to Bo3bdar the everpresent.
  2517.  
  2518.  Name  =  Macintosh SE/30.cpt
  2519.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Macintosh SE/30.cpt
  2520.  Size: 10K         Date:10/29/92         Version: 
  2521.  Description:
  2522.  Macintosh SE/30 - This Technical Note discusses the Macintosh SE/30, items 
  2523. of interest to developers, and sources for further information. Changes 
  2524. since April 1989. Corrected an error in the addresses of the video display 
  2525. buffers. The Macintosh SE/30 is a modification of the original Macintosh SE
  2526. concept. The SE/30 combines the modularity of the original SE with the 
  2527. capabilities of the larger Macintosh IIx.  Although the name implies that 
  2528. the SE/30 borrows many characteristics from the SE, there are actually 
  2529. substantial differences between the two machines, and this Note addresses 
  2530. some of those differences.
  2531.  
  2532.  Name  =  MacsBug Q&As.cpt
  2533.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:MacsBug Q&As.cpt
  2534.  Size: 14K         Date:10/29/92         Version: 
  2535.  Description:
  2536.  MacsBug Q&As - This Technical Note contains a collection of Q&As relating 
  2537. to a specific topic—questions you’ve sent the Developer Support Center 
  2538. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2539. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2540. the editing and organization of other Technical Notes. The Q&A function is 
  2541. to get new technical information and updates to you quickly, saving the 
  2542. polish for when the information migrates into reference manuals.
  2543.  
  2544.  Name  =  Managerial Abuse.cpt
  2545.  Path =  AMUG CD:Files:MacTechNotes:Overview:Managerial Abuse.cpt
  2546.  Size: 11K         Date:10/29/92         Version: 
  2547.  Description:
  2548.  Managerial Abuse - When using the various pieces of the Macintosh operating
  2549. system there is a temptation to try to stretch the built-in Managers too 
  2550. far. Developers should be aware of the intended purpose of the various 
  2551. Managers and beware of using them for things that they were not designed to
  2552. handle. If extended beyond their design goals, they will become slow and 
  2553. unwieldy.
  2554.  
  2555.  Name  =  Math Function Q&As.cpt
  2556.  Path =  AMUG CD:Files:MacTechNotes:Operating System:Math Function Q&As.cpt
  2557.  Size:  5K         Date: 6/22/93         Version: 
  2558.  Description:
  2559.  Math Function Q&As - This Technical Note contains a collection of Q&As 
  2560. relating to a specific topic—questions you’ve sent the Developer Support 
  2561. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2562. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2563. have the editing and organization of other Technical Notes. The Q&A 
  2564. function is to get new technical information and updates to you quickly, 
  2565. saving the polish for when the information migrates into reference manuals.
  2566.  
  2567.  Name  =  MaxApplZone and MoveHHi.cpt
  2568.  Path =  AMUG CD:Files:MacTechNotes:Memory:MaxApplZone and MoveHHi.cpt
  2569.  Size:  5K         Date: 6/22/93         Version: 
  2570.  Description:
  2571.  MaxApplZone and MoveHHi - When calling MaxApplZone and MoveHHi from 
  2572. assembly language, be sure to get the correct code. 
  2573.  
  2574.  Name  =  Memory H/W Q&As.cpt
  2575.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Memory H/W Q&As.cpt
  2576.  Size: 10K         Date:10/29/92         Version: 
  2577.  Description:
  2578.  Memory H/W Q&As - This Technical Note contains a collection of Q&As 
  2579. relating to a specific topic—questions you’ve sent the Developer Support 
  2580. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2581. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2582. have the editing and organization of other Technical Notes. The Q&A 
  2583. function is to get new technical information and updates to you quickly, 
  2584. saving the polish for when the information migrates into reference manuals.
  2585.  
  2586.  Name  =  Memory Mgr Q&As.cpt
  2587.  Path =  AMUG CD:Files:MacTechNotes:Memory:Memory Mgr Q&As.cpt
  2588.  Size:  9K         Date:10/29/92         Version: 
  2589.  Description:
  2590.  Memory Mgr Q&As - This Technical Note contains a collection of Q&As 
  2591. relating to a specific topic—questions you’ve sent the Developer Support 
  2592. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2593. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2594. have the editing and organization of other Technical Notes. The Q&A 
  2595. function is to get new technical information and updates to you quickly, 
  2596. saving the polish for when the information migrates into reference manuals.
  2597.  
  2598.  Name  =  Memory Mgt Ov Q&As.cpt
  2599.  Path =  AMUG CD:Files:MacTechNotes:Memory:Memory Mgt Ov Q&As.cpt
  2600.  Size: 10K         Date:10/29/92         Version: 
  2601.  Description:
  2602.  Memory Mgt Ov Q&As - This Technical Note contains a collection of Q&As 
  2603. relating to a specific topic—questions you’ve sent the Developer Support 
  2604. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2605. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2606. have the editing and organization of other Technical Notes. The Q&A 
  2607. function is to get new technical information and updates to you quickly, 
  2608. saving the polish for when the information migrates into reference manuals.
  2609.  
  2610.  Name  =  Menu Mgr Q&As.cpt
  2611.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Menu Mgr Q&As.cpt
  2612.  Size: 25K         Date:10/29/92         Version: 
  2613.  Description:
  2614.  Menu Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  2615. to a specific topic—questions you’ve sent the Developer Support Center 
  2616. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2617. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2618. the editing and organization of other Technical Notes. The Q&A function is 
  2619. to get new technical information and updates to you quickly, saving the 
  2620. polish for when the information migrates into reference manuals.
  2621.  
  2622.  Name  =  Misc Tool Q&As.cpt
  2623.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Misc Tool Q&As.cpt
  2624.  Size:  8K         Date:10/29/92         Version: 
  2625.  Description:
  2626.  Misc Tool Q&As - This Technical Note contains a collection of Q&As relating
  2627. to a specific topic—questions you’ve sent the Developer Support Center 
  2628. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  2629. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  2630. the editing and organization of other Technical Notes. The Q&A function is 
  2631. to get new technical information and updates to you quickly, saving the 
  2632. polish for when the information migrates into reference manuals.
  2633.  
  2634.  Name  =  Mixing HFS and C I/O.cpt
  2635.  Path =  AMUG CD:Files:MacTechNotes:Files:Mixing HFS and C I/O.cpt
  2636.  Size:  7K         Date:10/29/92         Version: 
  2637.  Description:
  2638.  Mixing HFS and C I/O - This Technical Note discusses the problem of mixing 
  2639. calls to the Macintosh file system with calls to MPW C library file I/O 
  2640. routines. Problems with Communication Between HFS and C. Frequently, 
  2641. developers want to use both Macintosh file I/O and C file I/O.  Developers 
  2642. who do this must keep in mind that they are combining two distinct file 
  2643. representations (the Macintosh and ANSI C). The only limitation on mixing 
  2644. HFS and C I/O functions is that they cannot be mixed on the same open file.
  2645. There are three reasons why this cannot be done.
  2646.  
  2647.  Name  =  Modem Q&As.cpt
  2648.  Path =  AMUG CD:Files:MacTechNotes:Devices:Modem Q&As.cpt
  2649.  Size:  5K         Date: 6/22/93         Version: 
  2650.  Description:
  2651.  Modem Q&As - This Technical Note contains a collection of Q&As relating to 
  2652. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2653. along with answers from the DSC engineers. While DSC engineers have checked
  2654. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2655. editing and organization of other Technical Notes. The Q&A function is to 
  2656. get new technical information and updates to you quickly, saving the polish
  2657. for when the information migrates into reference manuals.
  2658.  
  2659.  Name  =  Modifying Standard String C.cpt
  2660.  Path =  AMUG CD:Files:MacTechNotes:Text:Modifying Standard String C.cpt
  2661.  Size: 11K         Date: 6/22/93         Version: 
  2662.  Description:
  2663.  Modifying Standard String C - This technical note describes how to modify 
  2664. the standard string comparison by constructing an itl2 resource. Developers
  2665. may want to modify the standard string comparison if Apple’s comparison 
  2666. doesn’t meet their needs or if Apple has not written a string comparison 
  2667. routine for the language that concerns them.
  2668.  
  2669.  Name  =  Monitor Depth.cpt
  2670.  Path =  AMUG CD:Files:MacTechNotes:Devices:Monitor Depth.cpt
  2671.  Size:  7K         Date: 6/22/93         Version: 
  2672.  Description:
  2673.  Monitor Depth - This Technical Note describes two new system calls that 
  2674. allow an application to change the depth and flags for a given device and 
  2675. also check whether a device supports a particular depth and flags setting. 
  2676. Apple provides these calls to give developers a better way to help users 
  2677. make changes when they consider it appropriate. Abusive use of these calls 
  2678. is a sure way to guarantee that the Thought Police come after you to 
  2679. confiscate your Macintoshes, your stock of Mountain Dew®, and your 
  2680. Technical Notes binder. This Note assumes familiarity with Inside 
  2681. Macintosh, Volume V, Graphics Devices.
  2682.  
  2683.  Name  =  MoreMasters Revisited.cpt
  2684.  Path =  AMUG CD:Files:MacTechNotes:Memory:MoreMasters Revisited.cpt
  2685.  Size:  7K         Date:10/29/92         Version: 
  2686.  Description:
  2687.  MoreMasters Revisited - MoreMasters should be called from CODE segment 1. 
  2688. The number of master pointers that a program needs can be determined 
  2689. empirically. MoreMasters can be tricked into creating the exact number of 
  2690. master pointers desired.
  2691.  
  2692.  Name  =  Movable Modal Dialogs.cpt
  2693.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Movable Modal Dialogs.cpt
  2694.  Size:  6K         Date:10/29/92         Version: 
  2695.  Description:
  2696.  Movable Modal Dialogs - This Technical Note describes the process by which 
  2697. an application can remap the Help Manager 'hmnu' resource while a movable 
  2698. modal dialog box is on the screen. The Help Manager handles the case for 
  2699. modal dialog boxes but punts in the case of movable modal dialog boxes. The
  2700. following information will help you get the correct interface performance.
  2701.  
  2702.  Name  =  MoveHHi and SetResPurge.cpt
  2703.  Path =  AMUG CD:Files:MacTechNotes:Memory:MoveHHi and SetResPurge.cpt
  2704.  Size:  4K         Date:10/29/92         Version: 
  2705.  Description:
  2706.  MoveHHi and SetResPurge - SetResPurge(TRUE) is called to make the Memory 
  2707. Manager call the Resource Manager before purging a block specified by a 
  2708. handle. If the handle is a handle to a resource, and its resChanged bit is 
  2709. set, the resource data will be written out (using WriteResource). When 
  2710. MoveHHi is called, even though the handle’s block is not actually being 
  2711. purged, the resource data specified by the handle will be written out. An 
  2712. application can prevent this by calling SetResPurge(FALSE) before calling 
  2713. MoveHHi (and then calling SetResPurge(TRUE) after the MoveHHi call).
  2714.  
  2715.  Name  =  Movie Toolbox Q&As.cpt
  2716.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:Movie Toolbox Q&As.cpt
  2717.  Size: 21K         Date:10/29/92         Version: 
  2718.  Description:
  2719.  Movie Toolbox Q&As - This Technical Note contains a collection of Q&As 
  2720. relating to a specific topic—questions you’ve sent the Developer Support 
  2721. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2722. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2723. have the editing and organization of other Technical Notes. The Q&A 
  2724. function is to get new technical information and updates to you quickly, 
  2725. saving the polish for when the information migrates into reference manuals.
  2726.  
  2727.  Name  =  Movies ‘LOOP’ Atom and Frie.cpt
  2728.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:Movies ‘LOOP’ Atom and Frie.cpt
  2729.  Size:  6K         Date:12/28/92         Version: 
  2730.  Description:
  2731.  Movies ‘LOOP’ Atom and Friends - This Technical Note discusses entertaining
  2732. uses for QuickTime user data atoms, Apple defined and otherwise.
  2733.  
  2734.  Name  =  MultiFinder Miscellanea.cpt
  2735.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:MultiFinder Miscellanea.cpt
  2736.  Size: 15K         Date:10/29/92         Version: 
  2737.  Description:
  2738.  MultiFinder Miscellanea - This Technical Note discusses MultiFinder issues 
  2739. of which programmers should be aware. Changes since June 1988. Updated and 
  2740. generalized sample code to reflect new MPW 3.0 calls in both C and Pascal 
  2741. for saving and restoring A5 for interrupt code that accesses application 
  2742. globals.  Removed text that can be found in Programmer’s Guide to 
  2743. MultiFinder, and added a note about _PostEvent.
  2744.  
  2745.  Name  =  MultiFinder Questions.cpt
  2746.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:MultiFinder Questions.cpt
  2747.  Size:  8K         Date:10/29/92         Version: 
  2748.  Description:
  2749.  MultiFinder Questions - This technical note provides answers to some of the
  2750. more frequently asked questions about MultiFinder. The development name for
  2751. MultiFinder was Juggler, so the term “juggle” is used in this technical 
  2752. note to denote a context switch.
  2753.  
  2754.  Name  =  MultiFinder Revisited.cpt
  2755.  Path =  AMUG CD:Files:MacTechNotes:Overview:MultiFinder Revisited.cpt
  2756.  Size: 10K         Date:10/29/92         Version: 
  2757.  Description:
  2758.  MultiFinder Revisited - This Technical Note describes several new features 
  2759. found in MultiFinder 6.0 and answers a few more commonly-asked questions.
  2760. Changes since December 1989. Added a warning to the section on 
  2761. childDiedEvents about distribution of MultiFinder 6.1bx.
  2762.  
  2763.  Name  =  MultiFinder and _SetGrowZon.cpt
  2764.  Path =  AMUG CD:Files:MacTechNotes:Memory:MultiFinder and _SetGrowZon.cpt
  2765.  Size:  6K         Date:10/29/92         Version: 
  2766.  Description:
  2767.  MultiFinder and _SetGrowZon - MultiFinder patches the _SetGrowZone trap, 
  2768. and this patch can cause your program to crash if you attempt to save and 
  2769. restore the grow zone procedure.
  2770.  
  2771.  Name  =  Multiple Inheritance.cpt
  2772.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Multiple Inheritance.cpt
  2773.  Size:  9K         Date:10/29/92         Version: 
  2774.  Description:
  2775.  Multiple Inheritance - This Technical Note answers a common question about 
  2776. MPW C++:  “Why doesn’t HandleObject support multiple inheritance?”  It does
  2777. this by giving a brief overview of how multiple inheritance is implemented 
  2778. in MPW C++.
  2779.  
  2780.  Name  =  My Life as a Pascal Object.cpt
  2781.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:My Life as a Pascal Object.cpt
  2782.  Size: 12K         Date:10/29/92         Version: 
  2783.  Description:
  2784.  My Life as a Pascal Object - This Technical Note discusses the PascalObject
  2785. base class, used, for instance, with MacApp programming. The Technical Note
  2786. describes how to write PascalObject derived classes that work with both 
  2787. Object Pascal and C++ code linking. It also describes the current 
  2788. restrictions and bugs with writing C++ code using PascalObject as the base 
  2789. class. This Technical Note is based on MacApp 2.0(.1), MPW 3.2 and MPW C++ 
  2790. 3.1.
  2791.  
  2792.  Name  =  NBP Q&As.cpt
  2793.  Path =  AMUG CD:Files:MacTechNotes:Networking:NBP Q&As.cpt
  2794.  Size:  8K         Date:10/29/92         Version: 
  2795.  Description:
  2796.  NBP Q&As - This Technical Note contains a collection of Q&As relating to a 
  2797. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2798. along with answers from the DSC engineers. While DSC engineers have checked
  2799. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2800. editing and organization of other Technical Notes. The Q&A function is to 
  2801. get new technical information and updates to you quickly, saving the polish
  2802. for when the information migrates into reference manuals.
  2803.  
  2804.  Name  =  Networking Cards & SNMP.cpt
  2805.  Path =  AMUG CD:Files:MacTechNotes:Networking:Networking Cards & SNMP.cpt
  2806.  Size:  9K         Date: 6/22/93         Version: 
  2807.  Description:
  2808.  Networking Cards & SNMP - Apple provides an SNMP Manager that implements an
  2809. architecture for doing network management on a Macintosh computer. This 
  2810. Tech Note describes how the SNMP manager finds network cards on a Macintosh
  2811. and explains how you can make the SNMP Manager recognize new types of 
  2812. network cards. This Tech Note is a supplement to the information provided 
  2813. in the Developers kit for SNMP available on the E.T.O. CD-ROM in the 
  2814. MacSNMP Programmer’s Guide.. The kit defines the interfaces to actually 
  2815. gather the information.
  2816.  
  2817.  Name  =  New CDEV Messages.cpt
  2818.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:New CDEV Messages.cpt
  2819.  Size:  5K         Date:10/29/92         Version: 
  2820.  Description:
  2821.  New CDEV Messages - This Technical Note describes some previously 
  2822. undocumented messages that the Control Panel can send to a Control Panel 
  2823. device (cdev).
  2824.  
  2825.  Name  =  New Resource Manager Calls.cpt
  2826.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:New Resource Manager Calls.cpt
  2827.  Size:  5K         Date:10/29/92         Version: 
  2828.  Description:
  2829.  New Resource Manager Calls - This Technical Note describes two new Resource
  2830. Manager calls that make opening and creating resource files much easier.
  2831.  
  2832.  Name  =  Notification Mgr Q&As.cpt
  2833.  Path =  AMUG CD:Files:MacTechNotes:Processes:Notification Mgr Q&As.cpt
  2834.  Size:  7K         Date:10/29/92         Version: 
  2835.  Description:
  2836.  Notification Mgr Q&As - This Technical Note contains a collection of Q&As 
  2837. relating to a specific topic—questions you’ve sent the Developer Support 
  2838. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2839. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2840. have the editing and organization of other Technical Notes. The Q&A 
  2841. function is to get new technical information and updates to you quickly, 
  2842. saving the polish for when the information migrates into reference manuals.
  2843.  
  2844.  Name  =  Notification Manager.cpt
  2845.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Notification Manager.cpt
  2846.  Size:  8K         Date:10/29/92         Version: 
  2847.  Description:
  2848.  Notification Manager - This Technical Note describes the Notification 
  2849. Manager, the part of the operating system that lets an application, desk 
  2850. accessory, or driver alert the user. Changes since October 1989. Clarified 
  2851. the section on error handling for calls to _NMInstall.
  2852.  
  2853.  Name  =  NuBus Block Transfers.cpt
  2854.  Path =  AMUG CD:Files:MacTechNotes:Hardware:NuBus Block Transfers.cpt
  2855.  Size:  9K         Date:10/29/92         Version: 
  2856.  Description:
  2857.  NuBus Block Transfers - This Technical Note describes the sResource entries
  2858. needed in a declaration ROM to inform NuBus™ masters when a board is 
  2859. capable of receiving or sending block transfers. In addition to normal long
  2860. word transfers, the NuBus specification defines a number of block transfer 
  2861. transactions. In block mode transfers, the system arbitrates for the bus a 
  2862. single time and then performs a group of consecutive long word transfers 
  2863. before releasing the bus. The reduction in bus arbitration time can result 
  2864. in considerable gains in performance.
  2865.  
  2866.  Name  =  NuBus Interrupt Latency.cpt
  2867.  Path =  AMUG CD:Files:MacTechNotes:Hardware:NuBus Interrupt Latency.cpt
  2868.  Size:  8K         Date:10/29/92         Version: 
  2869.  Description:
  2870.  NuBus Interrupt Latency - This Technical Note discusses NuBus™ interrupt 
  2871. latency, and why, contrary to popular belief, the Macintosh is not a 
  2872. real-time machine. Changes since December 1988. Changed sample code to 
  2873. defer cursor rendering to a deferred task rather than a “pseudo-VBL” task.
  2874. The Macintosh is not a real-time machine.  The Macintosh does not support 
  2875. DMA. There are many variables in the Macintosh that make it impossible to 
  2876. deterministically figure out exactly when things are going to happen.  
  2877. Despite these facts, there are those who must push the envelope. For these 
  2878. courageous adventurers, we provide the following information in the hope 
  2879. that it speeds your journey.
  2880.  
  2881.  Name  =  NuBus Physical Designs.cpt
  2882.  Path =  AMUG CD:Files:MacTechNotes:Hardware:NuBus Physical Designs.cpt
  2883.  Size: 14K         Date:10/29/92         Version: 
  2884.  Description:
  2885.  NuBus Physical Designs - This Technical Note discusses the possible 
  2886. problems you might run into while designing a NuBus™ card. It covers some 
  2887. of the specifications which, if not followed, will have problems with 
  2888. current Macintosh machines, and possibly future machines. Changes since 
  2889. June 1989. Added warnings about the no component area and full-size NuBus 
  2890. cards.
  2891.  
  2892.  Name  =  NuBus Power Limits.cpt
  2893.  Path =  AMUG CD:Files:MacTechNotes:Hardware:NuBus Power Limits.cpt
  2894.  Size:  7K         Date:10/29/92         Version: 
  2895.  Description:
  2896.  NuBus Power Limits - This Technical Note discusses a very real power limit 
  2897. for NuBus™ expansion cards and warns developers to heed this limit lest 
  2898. they want users trashing their machines by overextending the Macintosh 
  2899. power supply.
  2900.  
  2901.  Name  =  NuBus Q&As.cpt
  2902.  Path =  AMUG CD:Files:MacTechNotes:Hardware:NuBus Q&As.cpt
  2903.  Size: 19K         Date:10/29/92         Version: 
  2904.  Description:
  2905.  NuBus Q&As - This Technical Note contains a collection of Q&As relating to 
  2906. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  2907. along with answers from the DSC engineers. While DSC engineers have checked
  2908. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  2909. editing and organization of other Technical Notes. The Q&A function is to 
  2910. get new technical information and updates to you quickly, saving the polish
  2911. for when the information migrates into reference manuals.
  2912.  
  2913.  Name  =  Nulls in Filenames.cpt
  2914.  Path =  AMUG CD:Files:MacTechNotes:Files:Nulls in Filenames.cpt
  2915.  Size:  5K         Date:10/29/92         Version: 
  2916.  Description:
  2917.  Nulls in Filenames - Some applications (loosely speaking so as to include 
  2918. Desk Accessories, INITs, and what-have-you) generate or rename special 
  2919. files on the fly so that they are not explicitly named by the user via 
  2920. SFPutFile. Since the Macintosh file system is very liberal about filenames 
  2921. and only excludes colons from the list of acceptable characters, this can 
  2922. lead to some difficulties, both for the end user and for writers of other 
  2923. programs which may see these files.
  2924.  
  2925.  Name  =  Number of Resources.cpt
  2926.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Number of Resources.cpt
  2927.  Size:  4K         Date:10/29/92         Version: 
  2928.  Description:
  2929.  Number of Resources - This note describes the limitation of the number of 
  2930. resources in a single resource file.
  2931.  
  2932.  Name  =  OS Queue Utility Q&As.cpt
  2933.  Path =  AMUG CD:Files:MacTechNotes:Operating System:OS Queue Utility Q&As.cpt
  2934.  Size:  6K         Date: 6/22/93         Version: 
  2935.  Description:
  2936.  OS Queue Utility Q&As - This Technical Note contains a collection of Q&As 
  2937. relating to a specific topic—questions you’ve sent the Developer Support 
  2938. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  2939. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  2940. have the editing and organization of other Technical Notes. The Q&A 
  2941. function is to get new technical information and updates to you quickly, 
  2942. saving the polish for when the information migrates into reference manuals.
  2943.  
  2944.  Name  =  Object Pascal.cpt
  2945.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Object Pascal.cpt
  2946.  Size:  5K         Date:10/29/92         Version: 
  2947.  Description:
  2948.  Object Pascal - Object Pascal must have a CODE segment named %_MethTables 
  2949. in order to access object methods. In MacApp this is taken care of “behind 
  2950. the scenes” so you don’t have to worry about it . However, if you are doing
  2951. a straight Object Pascal program, you must make sure that %_MethTables is 
  2952. around when you need it. If it’s unloaded when you call a method, your 
  2953. Macintosh will begin executing wild noncode and die a gruesome and horrible
  2954. death.
  2955.  
  2956.  Name  =  Off-Screen Bitmaps.cpt
  2957.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Off-Screen Bitmaps.cpt
  2958.  Size: 10K         Date:10/29/92         Version: 
  2959.  Description:
  2960.  Off-Screen Bitmaps - This Technical Note provides an example of creating an
  2961. off-screen bitmap, drawing to it, and then copying from it to the screen.
  2962. Changes since April 1990. Clarified the section on window updates with 
  2963. off-screen bitmaps to explicitly limit these updates to your own windows.
  2964.  
  2965.  Name  =  Old Style Colors.cpt
  2966.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Old Style Colors.cpt
  2967.  Size:  8K         Date:10/29/92         Version: 
  2968.  Description:
  2969.  Old Style Colors - This Technical Note covers limitations of the original 
  2970. Macintosh color model (eight-color) which Inside Macintosh, Volume I-173, 
  2971. QuickDraw does not document. Changes since October 1989. Added definitions 
  2972. of the old-style constants.
  2973.  
  2974.  Name  =  OmegaSANE.cpt
  2975.  Path =  AMUG CD:Files:MacTechNotes:Operating System:OmegaSANE.cpt
  2976.  Size: 10K         Date:10/29/92         Version: 
  2977.  Description:
  2978.  OmegaSANE - System 7.0.1 introduced a new version of SANE (the Standard 
  2979. Apple Numerics Environment) known as OmegaSANE.  This Note discusses the 
  2980. features of OmegaSANE and the associated compatibility risks. 
  2981.  
  2982.  Name  =  OpenRFPerm.cpt
  2983.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:OpenRFPerm.cpt
  2984.  Size:  5K         Date:10/29/92         Version: 
  2985.  Description:
  2986.  OpenRFPerm - This note corrects an error in the description of the Resource
  2987. Manager routine OpenRFPerm found in Inside Macintosh Volume IV.
  2988.  
  2989.  Name  =  Opening AppleTalk.cpt
  2990.  Path =  AMUG CD:Files:MacTechNotes:Networking:Opening AppleTalk.cpt
  2991.  Size:  6K         Date:10/29/92         Version: 
  2992.  Description:
  2993.  Opening AppleTalk - This Technical Note describes the most effective, safe,
  2994. and compatible way to open the AppleTalk drivers, .MPP and .ATP. The 
  2995. process of opening the AppleTalk drivers, .MPP and .ATP, can be greatly 
  2996. simplified.  The AppleTalk Manager chapters of Inside Macintosh describe 
  2997. the calls MPPOpen and ATPLoad for use by high-level languages.  They also 
  2998. describe the process of examining low-memory globals SPConfig and PortBUse 
  2999. before calling _Open for assembly language use of AppleTalk.
  3000.  
  3001.  Name  =  Opening Serial Driver.cpt
  3002.  Path =  AMUG CD:Files:MacTechNotes:Devices:Opening Serial Driver.cpt
  3003.  Size:  5K         Date:10/29/92         Version: 
  3004.  Description:
  3005.  Opening Serial Driver - This Technical Note describes the recommended, 
  3006. safe, and compatible way to open the Macintosh serial driver, and it 
  3007. explains why you should no longer check for port availability. Changes 
  3008. since October 1989. Corrected syntax errors in the sample code.
  3009.  
  3010.  Name  =  Our Checksum Bounced.cpt
  3011.  Path =  AMUG CD:Files:MacTechNotes:Devices:Our Checksum Bounced.cpt
  3012.  Size:  6K         Date:10/29/92         Version: 
  3013.  Description:
  3014.  Our Checksum Bounced - This Technical Note discusses a fix to a SCSI 
  3015. Manager bug which concerns all developers working with SCSI and NuBus™ 
  3016. device drivers.
  3017.  
  3018.  Name  =  Owned Resource Shortcuts.cpt
  3019.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Owned Resource Shortcuts.cpt
  3020.  Size:  5K         Date:10/29/92         Version: 
  3021.  Description:
  3022.  Owned Resource Shortcuts - To allow the Font/DA Mover to renumber desk 
  3023. accessories as needed when moving them between system files, desk 
  3024. accessories should use the “owned resource” protocol described in the 
  3025. Resource Manager chapter of Inside Macintosh Volume I.
  3026.  
  3027.  Name  =  PAP Q&As.cpt
  3028.  Path =  AMUG CD:Files:MacTechNotes:Networking:PAP Q&As.cpt
  3029.  Size:  7K         Date:10/29/92         Version: 
  3030.  Description:
  3031.  PAP Q&As - This Technical Note contains a collection of Q&As relating to a 
  3032. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3033. along with answers from the DSC engineers. While DSC engineers have checked
  3034. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3035. editing and organization of other Technical Notes. The Q&A function is to 
  3036. get new technical information and updates to you quickly, saving the polish
  3037. for when the information migrates into reference manuals.
  3038.  
  3039.  Name  =  PAP Status Buffer.cpt
  3040.  Path =  AMUG CD:Files:MacTechNotes:Networking:PAP Status Buffer.cpt
  3041.  Size:  8K         Date: 6/22/93         Version: 
  3042.  Description:
  3043.  PAP Status Buffer - This Technical Note shows the format of the ATP data 
  3044. part of Printer Access Protocol (PAP) OpenConnReply and Status AppleTalk 
  3045. response packets. A PAP client returns this information in its 
  3046. implementation of the PAPStatus and PAPOpen calls. The status buffer format
  3047. is shown for both LaserWriter and ImageWriter (with the ImageWriter II/LQ 
  3048. LocalTalk Option card installed) printers.
  3049.  
  3050.  Name  =  PBCatMove - Moving Your Cat.cpt
  3051.  Path =  AMUG CD:Files:MacTechNotes:Files:PBCatMove - Moving Your Cat.cpt
  3052.  Size:  9K         Date: 6/22/93         Version: 
  3053.  Description:
  3054.  PBCatMove - Moving Your Cat - This Technical Note clarifies the 
  3055. documentation in Inside Macintosh for _PBCatMove and provides a 
  3056. demonstration on how to use it. Changes since February 1989, Added a 
  3057. discussion of using NIL for the destination name pointer, which is the 
  3058. simplest way to use _CatMove, and revised the sample code to use the 
  3059. high-level File Manager calls.  Thanks to Tim Dierks of Apple Developer 
  3060. Technical Support U.K. for pointing out the problems with the previous 
  3061. version of this Note.
  3062.  
  3063.  Name  =  PBClose the Barn Door.cpt
  3064.  Path =  AMUG CD:Files:MacTechNotes:Devices:PBClose the Barn Door.cpt
  3065.  Size:  5K         Date:10/29/92         Version: 
  3066.  Description:
  3067.  PBClose the Barn Door - This Technical Note discusses the need for 
  3068. Macintosh device drivers to implement _PBClose. You may get the idea when 
  3069. implementing device drivers that _PBClose is superfluous.  After all, if 
  3070. you have a resident driver for a NuBus™ video board, the only time your 
  3071. driver is not needed is if the operating system is going away.  It might 
  3072. seem that nothing important can happen after the operating system goes 
  3073. away, so why bother with _PBClose?  Well, it turns out a lot can happen, 
  3074. and this Note tells you why it is important to implement a Close (_PBClose)
  3075. routine.
  3076.  
  3077.  Name  =  PBGetCatInfo&ioFDirIndex.cpt
  3078.  Path =  AMUG CD:Files:MacTechNotes:Files:PBGetCatInfo&ioFDirIndex.cpt
  3079.  Size:  8K         Date:10/29/92         Version: 
  3080.  Description:
  3081.  PBGetCatInfo&ioFDirIndex - This technical note describes how to set 
  3082. ioFDirIndex for PBGetCatInfo. The File Manager chapter of Inside Macintosh 
  3083. volume IV is not very specific in describing how to use ioFDirIndex when 
  3084. calling PBGetCatInfo. It correctly says that ioFDirIndex should be positive
  3085. if you are making indexed calls to PBGetCatInfo (analogous to making 
  3086. indexed calls to PBGetVInfo as described in Technical Note #24).
  3087.  
  3088.  Name  =  PBHSetVol.cpt
  3089.  Path =  AMUG CD:Files:MacTechNotes:Files:PBHSetVol.cpt
  3090.  Size:  5K         Date:10/29/92         Version: 
  3091.  Description:
  3092.  PBHSetVol - This note explains PBHSetVol, and why its use is not 
  3093. recommended. PBHSetVol, like SetVol and PBSetVol, allows you to set the 
  3094. current default volume and directory to be used with subsequent File 
  3095. Manager calls. Unlike SetVol and PBSetVol, though, PBHSetVol lets you 
  3096. specify the volume and the directory separately, using the ioVRefNum and 
  3097. ioWDDirID fields.
  3098.  
  3099.  Name  =  PBShare & PBUnshare.cpt
  3100.  Path =  AMUG CD:Files:MacTechNotes:Files:PBShare & PBUnshare.cpt
  3101.  Size: 10K         Date:10/29/92         Version: 
  3102.  Description:
  3103.  PBShare & PBUnshare - This Technical Note documents three new File Manager 
  3104. routines available on shared local volumes. The Pascal glue code, C glue 
  3105. code, and the assembler equates and macros for the calls are included in 
  3106. this note. Changes since October 1991. Corrected ioObjType input values for
  3107. PBGetUGEntry.
  3108.  
  3109.  Name  =  PDS Q&As.cpt
  3110.  Path =  AMUG CD:Files:MacTechNotes:Hardware:PDS Q&As.cpt
  3111.  Size: 10K         Date:10/29/92         Version: 
  3112.  Description:
  3113.  PDS Q&As - This Technical Note contains a collection of Q&As relating to a 
  3114. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3115. along with answers from the DSC engineers. While DSC engineers have checked
  3116. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3117. editing and organization of other Technical Notes. The Q&A function is to 
  3118. get new technical information and updates to you quickly, saving the polish
  3119. for when the information migrates into reference manuals.
  3120.  
  3121.  Name  =  PIdle Procedure .cpt
  3122.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:PIdle Procedure .cpt
  3123.  Size:  7K         Date:10/29/92         Version: 
  3124.  Description:
  3125.  PIdle Procedure - This Technical Note discusses how to defensively program 
  3126. a pIdle procedure to work with the majority of print drivers in existence 
  3127. today, and how to install it at print time.
  3128.  
  3129.  Name  =  PPC Toolbox Q&As.cpt
  3130.  Path =  AMUG CD:Files:MacTechNotes:Interapplication Comm.:PPC Toolbox Q&As.cpt
  3131.  Size:  7K         Date:10/29/92         Version: 
  3132.  Description:
  3133.  PPC Toolbox Q&As - This Technical Note contains a collection of Q&As 
  3134. relating to a specific topic—questions you’ve sent the Developer Support 
  3135. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3136. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3137. have the editing and organization of other Technical Notes. The Q&A 
  3138. function is to get new technical information and updates to you quickly, 
  3139. saving the polish for when the information migrates into reference manuals.
  3140.  
  3141.  Name  =  PackBits.cpt
  3142.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:PackBits.cpt
  3143.  Size:  8K         Date:10/29/92         Version: 
  3144.  Description:
  3145.  PackBits - This Technical Note describes the format of data packed by the 
  3146. Toolbox utility _PackBits and documents a change to the srcBytes limit and 
  3147. possible worst case. Although you can simply unpack this data using 
  3148. _UnPackBits, Apple provides this information for the terminally curious and
  3149. for those manipulating MacPaint® documents or PICT files by hand. Warning: 
  3150. This format information is subject to change. Changes since November 1990. 
  3151. A warning has been added about the handling of a flag-counter byte value of
  3152. -128.
  3153.  
  3154.  Name  =  Palette Manager Changes 6.0.cpt
  3155.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Palette Manager Changes 6.0.cpt
  3156.  Size:  6K         Date:10/29/92         Version: 
  3157.  Description:
  3158.  Palette Manager Changes 6.0 - This Technical Note describes the changes and
  3159. enhancements to the Palette Manager in System Software 6.0.2 and future 
  3160. versions.
  3161.  
  3162.  Name  =  Palette Mgr Q&As.cpt
  3163.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Palette Mgr Q&As.cpt
  3164.  Size:  7K         Date:10/29/92         Version: 
  3165.  Description:
  3166.  Palette Mgr Q&As - This Technical Note contains a collection of Q&As 
  3167. relating to a specific topic—questions you’ve sent the Developer Support 
  3168. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3169. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3170. have the editing and organization of other Technical Notes. The Q&A 
  3171. function is to get new technical information and updates to you quickly, 
  3172. saving the polish for when the information migrates into reference manuals.
  3173.  
  3174.  Name  =  Parameters for MDEF Message.cpt
  3175.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Parameters for MDEF Message.cpt
  3176.  Size:  6K         Date: 6/22/93         Version: 
  3177.  Description:
  3178.  Parameters for MDEF Message - In order to support popup menus, menu 
  3179. definition procedures (MDEFs) must now respond to a new message, mPopupMsg.
  3180. mPopupMsg is message number 3. When your MDEF is called with this message, 
  3181. it should calculate the rectangle in which the popup menu should appear.
  3182.  
  3183.  Name  =  Pascal RoutiP.cpt
  3184.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Pascal RoutiP.cpt
  3185.  Size:  5K         Date:10/29/92         Version: 
  3186.  Description:
  3187.  Pascal RoutiP - Routines passed by pointer are used in many places in 
  3188. conjunction with Macintosh system routines. For example, filter procedures 
  3189. for modal dialogs are passed by pointer, as are controls’ action procedures
  3190. (when calling TrackControl), and I/O completion routines.
  3191.  
  3192.  Name  =  Pascal to C PROC Parms.cpt
  3193.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Pascal to C PROC Parms.cpt
  3194.  Size: 13K         Date:10/29/92         Version: 
  3195.  Description:
  3196.  Pascal to C PROC Parms - This Technical Note talks about nested procedures 
  3197. and PROCEDURE parameters in Pascal and what to do when converting them into
  3198. C or C++. Changes since February 1990. Fixed some type coercion problems.
  3199.  
  3200.  Name  =  Pending Update Perils.cpt
  3201.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Pending Update Perils.cpt
  3202.  Size: 14K         Date: 6/22/93         Version: 
  3203.  Description:
  3204.  Pending Update Perils - This Technical Note discusses potential problems 
  3205. when pending update events for windows behind modal dialogs are not 
  3206. serviced.  This note also documents some new System 7 Dialog Manager calls.
  3207.  
  3208.  Name  =  Performance Tuning.cpt
  3209.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Performance Tuning.cpt
  3210.  Size: 20K         Date:10/29/92         Version: 
  3211.  Description:
  3212.  Performance Tuning - This Technical Note is a collection of useful ideas 
  3213. and suggestions to help you decrease the time required to compile and link 
  3214. under MPW. Some of the issues are even relevant to any development tools 
  3215. running under the Macintosh environment. The Tech Note will also clarify 
  3216. what performance tunings work, and which are marginal or may not work at 
  3217. all.
  3218.  
  3219.  Name  =  PictComments Real Deal.cpt
  3220.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:PictComments Real Deal.cpt
  3221.  Size: 35K         Date:10/29/92         Version: 
  3222.  Description:
  3223.  PictComments Real Deal - Changes since March 1988:  This Note (formerly 
  3224. titled “Optimizing for the LaserWriter—PicComments”) describes the picture 
  3225. comments defined and interpreted by the Apple printer drivers. Most of the 
  3226. picture comments are specific to PostScript, but we renamed the Note to 
  3227. emphasize that LaserWriter printers are not necessarily PostScript devices,
  3228. and that QuickDraw printer drivers may implement their own picture comment 
  3229. handling. This Note has been completely rewritten and incorporates all 
  3230. additional insights gained during the last few years.
  3231.  
  3232.  Name  =  Picture Utility Q&As.cpt
  3233.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Picture Utility Q&As.cpt
  3234.  Size:  7K         Date:10/29/92         Version: 
  3235.  Description:
  3236.  Picture Utility Q&As - This Technical Note contains a collection of Q&As 
  3237. relating to a specific topic—questions you’ve sent the Developer Support 
  3238. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3239. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3240. have the editing and organization of other Technical Notes. The Q&A 
  3241. function is to get new technical information and updates to you quickly, 
  3242. saving the polish for when the information migrates into reference manuals.
  3243.  
  3244.  Name  =  Pictures and Clip Regions.cpt
  3245.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Pictures and Clip Regions.cpt
  3246.  Size:  4K         Date:10/29/92         Version: 
  3247.  Description:
  3248.  Pictures and Clip Regions - This note describes a problem that affects 
  3249. creation of QuickDraw pictures. When a GrafPort is created, the fields in 
  3250. the GrafPort are given default values; one of these is the clip region, 
  3251. which is set to the rectangle (–32767, –32767, 32767, 32767). If you create
  3252. a picture, then call DrawPicture with a destination rectangle that is not 
  3253. the same size as the picFrame without ever changing the default clip 
  3254. region, nothing will be drawn.
  3255.  
  3256.  Name  =  Pictures and Print.cpt
  3257.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Pictures and Print.cpt
  3258.  Size:  8K         Date:10/29/92         Version: 
  3259.  Description:
  3260.  Pictures and Print - This technical note described some problems and 
  3261. features of using Quickdraw pictures with the Printing Manager.  In 
  3262. general, if your application prints Quickdraw pictures, you should read 
  3263. this note.
  3264.  
  3265.  Name  =  Pinouts.cpt
  3266.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Pinouts.cpt
  3267.  Size:  7K         Date:10/29/92         Version: 
  3268.  Description:
  3269.  Pinouts - This note gives pinouts for Macintosh ports, cables, and other 
  3270. products.
  3271.  
  3272.  Name  =  Plotting Small Icons.cpt
  3273.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Plotting Small Icons.cpt
  3274.  Size:  8K         Date:10/29/92         Version: 
  3275.  Description:
  3276.  Plotting Small Icons - This Technical Note discusses the 'SICN' resource 
  3277. format and how to plot one in a GrafPort. Changes since August 1989. 
  3278. Corrected errors in the Pascal code and spruced up the rest.
  3279.  
  3280.  Name  =  Position ind PS.cpt
  3281.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Position ind PS.cpt
  3282.  Size:  6K         Date:10/29/92         Version: 
  3283.  Description:
  3284.  Position ind PS - This technical note describes a method for inserting 
  3285. position-independent PostScript into QuickDraw pictures. There is a problem
  3286. with pictures that contain PostScript code. Sometimes the PostScript code 
  3287. that is inserted into the picture is dependent on the position of the 
  3288. picture on the page. The problem arises when these pictures are cut or 
  3289. copied from their original position, and pasted into another position or 
  3290. even into another document. The PostScript code will not know the new 
  3291. location of the picture, and will not execute correctly.
  3292.  
  3293.  Name  =  PostScript Q&As.cpt
  3294.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:PostScript Q&As.cpt
  3295.  Size: 15K         Date:10/29/92         Version: 
  3296.  Description:
  3297.  PostScript Q&As - This Technical Note contains a collection of Q&As 
  3298. relating to a specific topic—questions you’ve sent the Developer Support 
  3299. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3300. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3301. have the editing and organization of other Technical Notes. The Q&A 
  3302. function is to get new technical information and updates to you quickly, 
  3303. saving the polish for when the information migrates into reference manuals.
  3304.  
  3305.  Name  =  PowerBook Miscellanea.cpt
  3306.  Path =  AMUG CD:Files:MacTechNotes:Hardware:PowerBook Miscellanea.cpt
  3307.  Size:  7K         Date:10/29/92         Version: 
  3308.  Description:
  3309.  PowerBook Miscellanea - This Technical Note describes some nonintuitive 
  3310. ramifications of working with a battery-powered computer.
  3311.  
  3312.  Name  =  Power Mgr Q&As.cpt
  3313.  Path =  AMUG CD:Files:MacTechNotes:Devices:Power Mgr Q&As.cpt
  3314.  Size:  7K         Date:10/29/92         Version: 
  3315.  Description:
  3316.  Power Mgr Q&As - This Technical Note contains a collection of Q&As relating
  3317. to a specific topic—questions you’ve sent the Developer Support Center 
  3318. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3319. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3320. the editing and organization of other Technical Notes. The Q&A function is 
  3321. to get new technical information and updates to you quickly, saving the 
  3322. polish for when the information migrates into reference manuals.
  3323.  
  3324.  Name  =  Power Supply Q&As.cpt
  3325.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Power Supply Q&As.cpt
  3326.  Size:  9K         Date:10/29/92         Version: 
  3327.  Description:
  3328.  Power Supply Q&As - This Technical Note contains a collection of Q&As 
  3329. relating to a specific topic—questions you’ve sent the Developer Support 
  3330. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3331. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3332. have the editing and organization of other Technical Notes. The Q&A 
  3333. function is to get new technical information and updates to you quickly, 
  3334. saving the polish for when the information migrates into reference manuals.
  3335.  
  3336.  Name  =  PrGeneral.cpt
  3337.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:PrGeneral.cpt
  3338.  Size: 10K         Date:10/29/92         Version: 
  3339.  Description:
  3340.  PrGeneral - The Printing Manager architecture has been expanded to include 
  3341. a new procedure called PrGeneral. The features described here are advanced,
  3342. special-purpose features, intended to solve specific problems for those 
  3343. applications that need them. The calls to determine printer resolution 
  3344. introduce a good deal of complexity into the application’s code, and should
  3345. be used only when necessary.
  3346.  
  3347.  Name  =  Principia Off-Screen.cpt
  3348.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Principia Off-Screen.cpt
  3349.  Size: 58K         Date:10/29/92         Version: 
  3350.  Description:
  3351.  Principia Off-Screen - Using Color QuickDraw to draw off screen is a common
  3352. requirement of applications and other kinds of programs that run on the 
  3353. Macintosh. This Note discusses what Color QuickDraw needs in a graphics 
  3354. environment and how to create one for off-screen drawing. A brief 
  3355. discussion of GWorlds, which are off-screen graphics environments that are 
  3356. set up by the system, is given to help you decide whether to use them or 
  3357. the do-it-yourself techniques described in this Note for setting up an 
  3358. off-screen graphics environment. 
  3359.  
  3360.  Name  =  Print Dialogues - Adding It.cpt
  3361.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Print Dialogues - Adding It.cpt
  3362.  Size: 15K         Date: 6/22/93         Version: 
  3363.  Description:
  3364.  Print Dialogues - Adding It - This technical note discusses how to add your
  3365. own items to the Printing Manager’s dialogs.
  3366.  
  3367.  Name  =  PrintMonitor Q&As.cpt
  3368.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:PrintMonitor Q&As.cpt
  3369.  Size:  9K         Date:10/29/92         Version: 
  3370.  Description:
  3371.  PrintMonitor Q&As - This Technical Note contains a collection of Q&As 
  3372. relating to a specific topic—questions you’ve sent the Developer Support 
  3373. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3374. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3375. have the editing and organization of other Technical Notes. The Q&A 
  3376. function is to get new technical information and updates to you quickly, 
  3377. saving the polish for when the information migrates into reference manuals.
  3378.  
  3379.  Name  =  Printer Driver Q&As.cpt
  3380.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Printer Driver Q&As.cpt
  3381.  Size: 27K         Date:10/29/92         Version: 
  3382.  Description:
  3383.  Printer Driver Q&As - This Technical Note contains a collection of Q&As 
  3384. relating to a specific topic—questions you’ve sent the Developer Support 
  3385. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3386. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3387. have the editing and organization of other Technical Notes. The Q&A 
  3388. function is to get new technical information and updates to you quickly, 
  3389. saving the polish for when the information migrates into reference manuals.
  3390.  
  3391.  Name  =  Problem with GetVInfo.cpt
  3392.  Path =  AMUG CD:Files:MacTechNotes:Files:Problem with GetVInfo.cpt
  3393.  Size:  6K         Date:10/29/92         Version: 
  3394.  Description:
  3395.  Problem with GetVInfo - The high-level call GetVInfo (and its low-level 
  3396. counterpart PBGetVInfo) may return inaccurate results for freeBytes when 
  3397. running HFS. The high-level File Manager call GetVInfo returns the number 
  3398. of free bytes on a volume as one of its parameters. Since GetVInfo is 
  3399. really only glue that fills in a parameter block for you and then calls 
  3400. PBGetVInfo, the values returned from it are subject to the limitations 
  3401. (imposed for MFS) discussed in the File Manager chapter of Inside Macintosh
  3402. Volume IV.
  3403.  
  3404.  Name  =  Process Mgr Q&As.cpt
  3405.  Path =  AMUG CD:Files:MacTechNotes:Processes:Process Mgr Q&As.cpt
  3406.  Size: 10K         Date:10/29/92         Version: 
  3407.  Description:
  3408.  Process Mgr Q&As - This Technical Note contains a collection of Q&As 
  3409. relating to a specific topic—questions you’ve sent the Developer Support 
  3410. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3411. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3412. have the editing and organization of other Technical Notes. The Q&A 
  3413. function is to get new technical information and updates to you quickly, 
  3414. saving the polish for when the information migrates into reference manuals.
  3415.  
  3416.  Name  =  Process Overview Q&As.cpt
  3417.  Path =  AMUG CD:Files:MacTechNotes:Processes:Process Overview Q&As.cpt
  3418.  Size:  6K         Date:10/29/92         Version: 
  3419.  Description:
  3420.  Process Overview Q&As - This Technical Note contains a collection of Q&As 
  3421. relating to a specific topic—questions you’ve sent the Developer Support 
  3422. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3423. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3424. have the editing and organization of other Technical Notes. The Q&A 
  3425. function is to get new technical information and updates to you quickly, 
  3426. saving the polish for when the information migrates into reference manuals.
  3427.  
  3428.  Name  =  Processor Q&As.cpt
  3429.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Processor Q&As.cpt
  3430.  Size:  8K         Date:10/29/92         Version: 
  3431.  Description:
  3432.  Processor Q&As - This Technical Note contains a collection of Q&As relating
  3433. to a specific topic—questions you’ve sent the Developer Support Center 
  3434. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3435. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3436. the editing and organization of other Technical Notes. The Q&A function is 
  3437. to get new technical information and updates to you quickly, saving the 
  3438. polish for when the information migrates into reference manuals.
  3439.  
  3440.  Name  =  Programmatic PostScript.cpt
  3441.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Programmatic PostScript.cpt
  3442.  Size: 10K         Date:12/28/92         Version: 
  3443.  Description:
  3444.  Programmatic PostScript - This Technical Note discusses how to make the 
  3445. LaserWriter driver, versions 7.0 and later, create PostScript files from 
  3446. your printing loop, and when this is and is not appropriate.
  3447.  
  3448.  Name  =  Projector Q&As.cpt
  3449.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Projector Q&As.cpt
  3450.  Size:  7K         Date:10/29/92         Version: 
  3451.  Description:
  3452.  Projector Q&As - This Technical Note contains a collection of Q&As relating
  3453. to a specific topic—questions you’ve sent the Developer Support Center 
  3454. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3455. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3456. the editing and organization of other Technical Notes. The Q&A function is 
  3457. to get new technical information and updates to you quickly, saving the 
  3458. polish for when the information migrates into reference manuals.
  3459.  
  3460.  Name  =  pslt resource.cpt
  3461.  Path =  AMUG CD:Files:MacTechNotes:Hardware:pslt resource.cpt
  3462.  Size:  8K         Date:10/29/92         Version: 
  3463.  Description:
  3464.  pslt resource - One of the new resources that can be very helpful to some 
  3465. NuBus™ developers is the 'pslt' resource. The only problem is that the 
  3466. resource is not documented. This Technical Note takes care of the 
  3467. documentation problem.
  3468.  
  3469.  Name  =  PurgeProc Note .cpt
  3470.  Path =  AMUG CD:Files:MacTechNotes:Memory:PurgeProc Note .cpt
  3471.  Size:  6K         Date:10/29/92         Version: 
  3472.  Description:
  3473.  PurgeProc Note - This Technical Note discusses the use of the purgeProc 
  3474. field of an application’s heap zone. Most applications will never need to 
  3475. use a purgeProc. However, if your application requires the ability to 
  3476. maintain purgeable handles containing data, or you need to have special 
  3477. notification when a certain handle is purged, a purgeProc might help you.
  3478.  
  3479.  Name  =  QT Overview Q&As.cpt
  3480.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:QT Overview Q&As.cpt
  3481.  Size:  5K         Date: 6/22/93         Version: 
  3482.  Description:
  3483.  QT Overview Q&As - This Technical Note contains a collection of Q&As 
  3484. relating to a specific topic—questions you’ve sent the Developer Support 
  3485. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3486. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3487. have the editing and organization of other Technical Notes. The Q&A 
  3488. function is to get new technical information and updates to you quickly, 
  3489. saving the polish for when the information migrates into reference manuals.
  3490.  
  3491.  Name  =  QT for Windows Q&As.cpt
  3492.  Path =  AMUG CD:Files:MacTechNotes:QuickTime:QT for Windows Q&As.cpt
  3493.  Size:  7K         Date: 6/22/93         Version: 
  3494.  Description:
  3495.  QT for Windows Q&As - This Technical Note contains a collection of Q&As 
  3496. relating to a specific topic—questions you’ve sent the Developer Support 
  3497. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3498. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3499. have the editing and organization of other Technical Notes. The Q&A 
  3500. function is to get new technical information and updates to you quickly, 
  3501. saving the polish for when the information migrates into reference manuals.
  3502.  
  3503.  Name  =  QuickDraw’s Internal Pict D.cpt
  3504.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:QuickDraw’s Internal Pict D.cpt
  3505.  Size:  9K         Date: 6/22/93         Version: 
  3506.  Description:
  3507.  QuickDraw’s Internal Pict D - This technical note describes the internal 
  3508. format of the QuickDraw picture data structure. This revision corrects some
  3509. errors in the opcode descriptions and provides some examples.
  3510.  
  3511.  Name  =  ROM Debugger.cpt
  3512.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:ROM Debugger.cpt
  3513.  Size:  5K         Date:10/29/92         Version: 
  3514.  Description:
  3515.  ROM Debugger - The debugger in ROM (not present on the Macintosh 128, 
  3516. Macintosh 512, or Macintosh XL) recognizes ROM commands in this document.
  3517.  
  3518.  Name  =  RTMP Q&As.cpt
  3519.  Path =  AMUG CD:Files:MacTechNotes:Networking:RTMP Q&As.cpt
  3520.  Size:  6K         Date:10/29/92         Version: 
  3521.  Description:
  3522.  RTMP Q&As - This Technical Note contains a collection of Q&As relating to a
  3523. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3524. along with answers from the DSC engineers. While DSC engineers have checked
  3525. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3526. editing and organization of other Technical Notes. The Q&A function is to 
  3527. get new technical information and updates to you quickly, saving the polish
  3528. for when the information migrates into reference manuals.
  3529.  
  3530.  Name  =  RegisterName.cpt
  3531.  Path =  AMUG CD:Files:MacTechNotes:Networking:RegisterName.cpt
  3532.  Size:  4K         Date: 6/22/93         Version: 
  3533.  Description:
  3534.  RegisterName - The verify flag indicator byte (verifyFlag) of the AppleTalk
  3535. RegisterName function should always be set TRUE in published code.
  3536.  
  3537.  Name  =  ResEdit Q&As.cpt
  3538.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:ResEdit Q&As.cpt
  3539.  Size:  7K         Date:10/29/92         Version: 
  3540.  Description:
  3541.  ResEdit Q&As - This Technical Note contains a collection of Q&As relating 
  3542. to a specific topic—questions you’ve sent the Developer Support Center 
  3543. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3544. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3545. the editing and organization of other Technical Notes. The Q&A function is 
  3546. to get new technical information and updates to you quickly, saving the 
  3547. polish for when the information migrates into reference manuals.
  3548.  
  3549.  Name  =  Reserved Resource Types.cpt
  3550.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Reserved Resource Types.cpt
  3551.  Size:  4K         Date:10/29/92         Version: 
  3552.  Description:
  3553.  Reserved Resource Types - Your applications and desk accessories can create
  3554. their own resource types. To avoid using type names which have been or will
  3555. be used in the system, Apple has reserved all resource type names which 
  3556. consist entirely of spaces ($20), lower-case letters ($61 through $7A), and
  3557. “international” characters (greater than $7F).
  3558.  
  3559.  Name  =  Resolving Alias Files Quiet.cpt
  3560.  Path =  AMUG CD:Files:MacTechNotes:Files:Resolving Alias Files Quiet.cpt
  3561.  Size: 11K         Date: 6/22/93         Version: 
  3562.  Description:
  3563.  Resolving Alias Files Quiet - ResolveAliasFile always presents the user 
  3564. identity dialog when mounting remote volumes. This Technical Note offers an
  3565. alternative function, ResolveAliasFileMountOption, which uses the 
  3566. previously undocumented FollowFinderAlias trap to resolve alias files only 
  3567. if their target is on an already mounted volume. Also included is an 
  3568. IsAliasFile routine for identifying alias files.
  3569.  
  3570.  Name  =  Resource Header App Bytes.cpt
  3571.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Resource Header App Bytes.cpt
  3572.  Size:  4K         Date: 6/22/93         Version: 
  3573.  Description:
  3574.  Resource Header App Bytes - The section of the Resource Manager chapter of 
  3575. Inside Macintosh which describes the internal format of a resource file 
  3576. shows an area of the resource header labeled “available for application 
  3577. data.” You should not use this area—it is used by the Resource Manager.
  3578.  
  3579.  Name  =  Resource Manager Tips.cpt
  3580.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Resource Manager Tips.cpt
  3581.  Size:  5K         Date:10/29/92         Version: 
  3582.  Description:
  3583.  Resource Manager Tips - This note discusses some problems with the Resource
  3584. Manager and how to work around them.
  3585.  
  3586.  Name  =  Resource Mgr Q&As.cpt
  3587.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Resource Mgr Q&As.cpt
  3588.  Size: 10K         Date:10/29/92         Version: 
  3589.  Description:
  3590.  Resource Mgr Q&As - This Technical Note contains a collection of Q&As 
  3591. relating to a specific topic—questions you’ve sent the Developer Support 
  3592. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3593. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3594. have the editing and organization of other Technical Notes. The Q&A 
  3595. function is to get new technical information and updates to you quickly, 
  3596. saving the polish for when the information migrates into reference manuals.
  3597.  
  3598.  Name  =  Resource in CDEV.cpt
  3599.  Path =  AMUG CD:Files:MacTechNotes:Overview:Resource in CDEV.cpt
  3600.  Size:  7K         Date:10/29/92         Version: 
  3601.  Description:
  3602.  Resource in CDEV - This Technical Note discusses the new 'fwst' resource 
  3603. added to some Control Panels under System 7.0 and later.
  3604.  
  3605.  Name  =  RowBytes Revealed II.cpt
  3606.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:RowBytes Revealed II.cpt
  3607.  Size: 10K         Date: 6/22/93         Version: 
  3608.  Description:
  3609.  RowBytes Revealed II - This Technical Note discusses the maximum rowBytes 
  3610. value for a pixMap.
  3611.  
  3612.  Name  =  SADE Q&As.cpt
  3613.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:SADE Q&As.cpt
  3614.  Size:  9K         Date:10/29/92         Version: 
  3615.  Description:
  3616.  SADE Q&As - This Technical Note contains a collection of Q&As relating to a
  3617. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  3618. along with answers from the DSC engineers. While DSC engineers have checked
  3619. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  3620. editing and organization of other Technical Notes. The Q&A function is to 
  3621. get new technical information and updates to you quickly, saving the polish
  3622. for when the information migrates into reference manuals.
  3623.  
  3624.  Name  =  SCSI Bugs.cpt
  3625.  Path =  AMUG CD:Files:MacTechNotes:Devices:SCSI Bugs.cpt
  3626.  Size: 12K         Date:10/29/92         Version: 
  3627.  Description:
  3628.  SCSI Bugs - There are a number of problems in the SCSI Manager; this note 
  3629. lists the ones we know about, along with an explanation of what we’re doing
  3630. about them. Changes made for the 2/88 release are made to more accurately 
  3631. reflect the state of the SCSI Manager. System 4.1 and 4.2 are very similar;
  3632. one bug was fixed in System 4.2.
  3633.  
  3634.  Name  =  SCSI H/W Q&As.cpt
  3635.  Path =  AMUG CD:Files:MacTechNotes:Hardware:SCSI H/W Q&As.cpt
  3636.  Size: 16K         Date:10/29/92         Version: 
  3637.  Description:
  3638.  SCSI H/W Q&As - This Technical Note contains a collection of Q&As relating 
  3639. to a specific topic—questions you’ve sent the Developer Support Center 
  3640. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3641. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3642. the editing and organization of other Technical Notes. The Q&A function is 
  3643. to get new technical information and updates to you quickly, saving the 
  3644. polish for when the information migrates into reference manuals.
  3645.  
  3646.  Name  =  SCSI Mgr Q&As.cpt
  3647.  Path =  AMUG CD:Files:MacTechNotes:Devices:SCSI Mgr Q&As.cpt
  3648.  Size:  7K         Date:10/29/92         Version: 
  3649.  Description:
  3650.  SCSI Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  3651. to a specific topic—questions you’ve sent the Developer Support Center 
  3652. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3653. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3654. the editing and organization of other Technical Notes. The Q&A function is 
  3655. to get new technical information and updates to you quickly, saving the 
  3656. polish for when the information migrates into reference manuals.
  3657.  
  3658.  Name  =  SCSI Termination.cpt
  3659.  Path =  AMUG CD:Files:MacTechNotes:Devices:SCSI Termination.cpt
  3660.  Size: 13K         Date:10/29/92         Version: 
  3661.  Description:
  3662.  SCSI Termination - This Technical Note discusses SCSI termination on the 
  3663. Macintosh, including the new rules of termination which are necessary with 
  3664. the advent of the high-speed Macintosh IIfx.
  3665.  
  3666.  Name  =  SICNs in Menus.cpt
  3667.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:SICNs in Menus.cpt
  3668.  Size:  7K         Date:10/29/92         Version: 
  3669.  Description:
  3670.  SICNs in Menus - This Technical Note describes a new facility of the Menu 
  3671. Manager which allows you to add reduced icons and small icons to your 
  3672. menus. Changes since August 1989. Corrected references to SetItemCmd from 
  3673. SetItmCmd.
  3674.  
  3675.  Name  =  SNMP Transports.cpt
  3676.  Path =  AMUG CD:Files:MacTechNotes:Networking:SNMP Transports.cpt
  3677.  Size: 13K         Date: 6/22/93         Version: 
  3678.  Description:
  3679.  SNMP Transports - This Technical Note explains how to write an SNMP (Simple
  3680. Network Management Protocol) Transport. An SNMP Transport is responsible 
  3681. for communicating between the SNMP Manager and a particular network layer. 
  3682. Thus, if you were writing a new network stack for the Macintosh and wanted 
  3683. it to use the SNMP Manager, you would write an SNMP Transport for your 
  3684. network stack. 
  3685.  
  3686.  Name  =  Safe cdevs.cpt
  3687.  Path =  AMUG CD:Files:MacTechNotes:Text:Safe cdevs.cpt
  3688.  Size:  6K         Date:10/29/92         Version: 
  3689.  Description:
  3690.  Safe cdevs - This Technical Note describes a potential problem with Control
  3691. Panel devices (cdevs) that contain EditText fields and presents a way to 
  3692. avoid it.
  3693.  
  3694.  Name  =  Scrap Mgr Q&As.cpt
  3695.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Scrap Mgr Q&As.cpt
  3696.  Size:  5K         Date:10/29/92         Version: 
  3697.  Description:
  3698.  Scrap Mgr Q&As - This Technical Note contains a collection of Q&As relating
  3699. to a specific topic—questions you’ve sent the Developer Support Center 
  3700. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3701. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3702. the editing and organization of other Technical Notes. The Q&A function is 
  3703. to get new technical information and updates to you quickly, saving the 
  3704. polish for when the information migrates into reference manuals.
  3705.  
  3706.  Name  =  Scrapbook File Format.cpt
  3707.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Scrapbook File Format.cpt
  3708.  Size:  6K         Date: 6/22/93         Version: 
  3709.  Description:
  3710.  Scrapbook File Format - This Technical Note discusses the format of the 
  3711. System 7.1 Scrapbook file format. The format may change in the future so be
  3712. warned. 
  3713.  
  3714.  Name  =  Script Manager 2.0 Date & T.cpt
  3715.  Path =  AMUG CD:Files:MacTechNotes:Text:Script Manager 2.0 Date & T.cpt
  3716.  Size:  5K         Date: 6/22/93         Version: 
  3717.  Description:
  3718.  Script Manager 2.0 Date - This Technical Note describes known bugs and 
  3719. features in and solutions to the date and time routines introduced in 
  3720. Script Manager 2.0.
  3721.  
  3722.  Name  =  Script Manager Print Action.cpt
  3723.  Path =  AMUG CD:Files:MacTechNotes:Text:Script Manager Print Action.cpt
  3724.  Size:  6K         Date: 6/22/93         Version: 
  3725.  Description:
  3726.  Script Manager Print Action - This technical note describes how Print 
  3727. Drivers can access the Script Manager Print Action routine to print 
  3728. unconventional text, such as Japanese or Arabic.
  3729.  
  3730.  Name  =  Script Manager’s Pixel2Char.cpt
  3731.  Path =  AMUG CD:Files:MacTechNotes:Text:Script Manager’s Pixel2Char.cpt
  3732.  Size:  8K         Date: 6/22/93         Version: 
  3733.  Description:
  3734.  Script Manager’s Pixel2Char - This Technical Note discusses the Pixel2Char 
  3735. routine provided by the Script Manager. Changes since June 1989. Clarified 
  3736. information, corrected minor errors, and replaced the illustration.
  3737.  
  3738.  Name  =  Script Mgr Q&As.cpt
  3739.  Path =  AMUG CD:Files:MacTechNotes:Text:Script Mgr Q&As.cpt
  3740.  Size: 14K         Date:10/29/92         Version: 
  3741.  Description:
  3742.  Script Mgr Q&As - This Technical Note contains a collection of Q&As 
  3743. relating to a specific topic—questions you’ve sent the Developer Support 
  3744. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3745. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3746. have the editing and organization of other Technical Notes. The Q&A 
  3747. function is to get new technical information and updates to you quickly, 
  3748. saving the polish for when the information migrates into reference manuals.
  3749.  
  3750.  Name  =  Script Mgr Q&As.cpt
  3751.  Path =  AMUG CD:Files:MacTechNotes:Interapplication Comm.:Script Mgr Q&As.cpt
  3752.  Size:  9K         Date:10/29/92         Version: 
  3753.  Description:
  3754.  Script Mgr Q&As - This Technical Note contains a collection of Q&As 
  3755. relating to a specific topic—questions you’ve sent the Developer Support 
  3756. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3757. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3758. have the editing and organization of other Technical Notes. The Q&A 
  3759. function is to get new technical information and updates to you quickly, 
  3760. saving the polish for when the information migrates into reference manuals.
  3761.  
  3762.  Name  =  Script Mgr Variables.cpt
  3763.  Path =  AMUG CD:Files:MacTechNotes:Text:Script Mgr Variables.cpt
  3764.  Size: 14K         Date:10/29/92         Version: 
  3765.  Description:
  3766.  Script Mgr Variables - This Technical Note describes, in detail, the local 
  3767. and global script variables.
  3768.  
  3769.  Name  =  Searching volumes.cpt
  3770.  Path =  AMUG CD:Files:MacTechNotes:Files:Searching volumes.cpt
  3771.  Size: 15K         Date:10/29/92         Version: 
  3772.  Description:
  3773.  Searching volumes - This Technical Note discusses the PBCatSearch function 
  3774. and tells why it should be used. It also provides simple algorithms for 
  3775. searching both MFS and HFS volumes and discusses the problems with indexed 
  3776. search routines. Changes since October 1988. Includes information on 
  3777. PBCatSearch and notes the problems with indexed search routines. Source 
  3778. code examples have been added and revised. Thanks to John Norstad at 
  3779. Northwestern University for pointing out some of the shortcomings of the 
  3780. indexed search routines. Thanks to the System 7 engineering team for adding
  3781. PBCatSearch.
  3782.  
  3783.  Name  =  Segment Loader Limitations.cpt
  3784.  Path =  AMUG CD:Files:MacTechNotes:Operating System:Segment Loader Limitations.cpt
  3785.  Size:  6K         Date:10/29/92         Version: 
  3786.  Description:
  3787.  Segment Loader Limitations - This Technical Note discusses the jump table 
  3788. limitations of the Segment Loader and suggests some ways to work around 
  3789. these limitations to minimize the problem.  These limitations are most 
  3790. evident to developers using MacApp and other object-oriented environments.
  3791.  
  3792.  Name  =  Sense Lines.cpt
  3793.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Sense Lines.cpt
  3794.  Size: 11K         Date:10/29/92         Version: 
  3795.  Description:
  3796.  Sense Lines - Ever wonder how to set up an Apple video card or an on-board 
  3797. video to support various size monitors? Well, this Technical Note will tell
  3798. you everything you need to know about what monitors are supported and how.
  3799.  
  3800.  Name  =  Separate Resource Files.cpt
  3801.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Separate Resource Files.cpt
  3802.  Size:  5K         Date:10/29/92         Version: 
  3803.  Description:
  3804.  Separate Resource Files - This Technical Note contains a collection of Q&As
  3805. relating to a specific topic—questions you’ve sent the Developer Support 
  3806. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3807. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3808. have the editing and organization of other Technical Notes. The Q&A 
  3809. function is to get new technical information and updates to you quickly, 
  3810. saving the polish for when the information migrates into reference manuals.
  3811.  
  3812.  Name  =  Serial Driver Q&As.cpt
  3813.  Path =  AMUG CD:Files:MacTechNotes:Devices:Serial Driver Q&As.cpt
  3814.  Size: 13K         Date:10/29/92         Version: 
  3815.  Description:
  3816.  Serial Driver Q&As - This Technical Note contains a collection of Q&As 
  3817. relating to a specific topic—questions you’ve sent the Developer Support 
  3818. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3819. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3820. have the editing and organization of other Technical Notes. The Q&A 
  3821. function is to get new technical information and updates to you quickly, 
  3822. saving the polish for when the information migrates into reference manuals.
  3823.  
  3824.  Name  =  Serial GPi The Reliable Way.cpt
  3825.  Path =  AMUG CD:Files:MacTechNotes:Devices:Serial GPi The Reliable Way.cpt
  3826.  Size:  8K         Date:10/29/92         Version: 
  3827.  Description:
  3828.  Serial GPi The Reliable Way - This Technical Note discusses the latest 
  3829. supported methods for reading, validating, and configuring the GPi serial 
  3830. input across all members of the Macintosh family. GPi is a software 
  3831. configurable serial input present on some machines. It is located at pin 7 
  3832. on the DIN-8 serial connectors, and connects to the DCD input of the Z8530 
  3833. Serial Communications Controller (SCC). Because DCD is monopolized by the 
  3834. mouse on the Macintosh Plus, GPi is not implemented on that machine. Other 
  3835. machines which do not support GPi include the Macintosh Classic and Mac LC.
  3836. On these machines, pins 7 of the DIN-8 serial connectors are not connected.
  3837.  
  3838.  Name  =  Serial I/O Port  Q&A.cpt
  3839.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Serial I/O Port  Q&A.cpt
  3840.  Size: 10K         Date: 4/12/93         Version: 
  3841.  Description:
  3842.  Serial I/O Port  Q&A - This Technical Note contains a collection of Q&As 
  3843. relating to a specific topic—questions you’ve sent the Developer Support 
  3844. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3845. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3846. have the editing and organization of other Technical Notes. The Q&A 
  3847. function is to get new technical information and updates to you quickly, 
  3848. saving the polish for when the information migrates into reference manuals.
  3849.  
  3850.  Name  =  Serial PollProc.cpt
  3851.  Path =  AMUG CD:Files:MacTechNotes:Devices:Serial PollProc.cpt
  3852.  Size:  8K         Date: 6/22/93         Version: 
  3853.  Description:
  3854.  Serial PollProc - This Technical Note discusses how to make a PollProc for 
  3855. your MIDI (Musical Instrument Digital Interface) driver on the Macintosh 
  3856. PowerBook 140 and 170.
  3857.  
  3858.  Name  =  Servers on AppleTalk.cpt
  3859.  Path =  AMUG CD:Files:MacTechNotes:Networking:Servers on AppleTalk.cpt
  3860.  Size:  8K         Date:10/29/92         Version: 
  3861.  Description:
  3862.  Servers on AppleTalk - Many applications could benefit from the ability to 
  3863. share common data between several Macintoshes, without requiring a file 
  3864. server. This technical note discusses one technique for managing this 
  3865. AppleTalk communication.
  3866.  
  3867.  Name  =  SetLineWidth Revealed.cpt
  3868.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:SetLineWidth Revealed.cpt
  3869.  Size:  7K         Date:10/29/92         Version: 
  3870.  Description:
  3871.  SetLineWidth Revealed - This technical note describes the internal 
  3872. implementation, and correct method of using, the SetLineWidth Picture 
  3873. Comment. The SetLineWidth picture comment provides a way of accessing 
  3874. PostScript’s 'setlinewidth' operator. Since the LaserWriter resolution is 
  3875. roughly four times that of the Macintosh screen, fractional line widths can
  3876. be printed. The SetLineWidth PicComment provides a way for applications to 
  3877. access these fractional line widths through PostScript, without having to 
  3878. use floating point numbers.
  3879.  
  3880.  Name  =  Setting and Restoring A5.cpt
  3881.  Path =  AMUG CD:Files:MacTechNotes:Overview:Setting and Restoring A5.cpt
  3882.  Size:  7K         Date:10/29/92         Version: 
  3883.  Description:
  3884.  Setting and Restoring A5 - The routines SetupA5 and RestoreA5 do not work 
  3885. properly when used with some optimizing Pascal and C compilers. Two new 
  3886. routines, SetCurrentA5 and SetA5, are available in MPW 3.0, and they should
  3887. work with any compiler. Changes since December 1988. Removed the sample 
  3888. code and expanded the explanation of these two routines. The sample code in
  3889. M.TB.MultifinderMisc reflects these new A5 routines.
  3890.  
  3891.  Name  =  Signals.cpt
  3892.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Signals.cpt
  3893.  Size:  9K         Date:10/29/92         Version: 
  3894.  Description:
  3895.  Signals - Signals are a form of intra-program interrupt which can greatly 
  3896. aid clean, inexpensive error trapping in stack frame intensive languages. A
  3897. program may invoke the Signal procedure and immediately return to the last 
  3898. invocation of CatchSignal, including the complete stack frame state at that
  3899. point.
  3900.  
  3901.  Name  =  Sleep Queue Tasks.cpt
  3902.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Sleep Queue Tasks.cpt
  3903.  Size: 10K         Date: 6/22/93         Version: 
  3904.  Description:
  3905.  Sleep Queue Tasks - This Technical Note demonstrates how one can write an 
  3906. application to display a dialog box before a portable Macintosh goes to 
  3907. sleep.
  3908.  
  3909.  Name  =  Slot Interrupt Priority.cpt
  3910.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Slot Interrupt Priority.cpt
  3911.  Size:  4K         Date:10/29/92         Version: 
  3912.  Description:
  3913.  Slot Interrupt Priority - This Technical Note describes the way interrupt 
  3914. priorities are scheduled, which corrects the description of slot interrupt 
  3915. queue priorities in the Device Manager chapter of Inside Macintosh, Volume 
  3916. V-426.
  3917.  
  3918.  Name  =  Slot Mgr Q&As.cpt
  3919.  Path =  AMUG CD:Files:MacTechNotes:Devices:Slot Mgr Q&As.cpt
  3920.  Size:  8K         Date:10/29/92         Version: 
  3921.  Description:
  3922.  Slot Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  3923. to a specific topic—questions you’ve sent the Developer Support Center 
  3924. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3925. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3926. the editing and organization of other Technical Notes. The Q&A function is 
  3927. to get new technical information and updates to you quickly, saving the 
  3928. polish for when the information migrates into reference manuals.
  3929.  
  3930.  Name  =  Sony Drives For You.cpt
  3931.  Path =  AMUG CD:Files:MacTechNotes:Devices:Sony Drives For You.cpt
  3932.  Size: 19K         Date:10/29/92         Version: 
  3933.  Description:
  3934.  Sony Drives For You - This Technical Note discusses the Sony driver control
  3935. and status calls that are available on the Macintosh. Changes since April 
  3936. 1990, Corrected Figure 2, since the Return Physical Drive Icon (csCode = 
  3937. 21) returns an error message instead of an icon on the Macintosh Plus.
  3938.  
  3939.  Name  =  Sound Input Q&As.cpt
  3940.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Sound Input Q&As.cpt
  3941.  Size:  5K         Date:10/29/92         Version: 
  3942.  Description:
  3943.  Sound Input Q&As - This Technical Note contains a collection of Q&As 
  3944. relating to a specific topic—questions you’ve sent the Developer Support 
  3945. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  3946. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  3947. have the editing and organization of other Technical Notes. The Q&A 
  3948. function is to get new technical information and updates to you quickly, 
  3949. saving the polish for when the information migrates into reference manuals.
  3950.  
  3951.  Name  =  Sound Mgr Q&As.cpt
  3952.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Sound Mgr Q&As.cpt
  3953.  Size: 19K         Date:10/29/92         Version: 
  3954.  Description:
  3955.  Sound Mgr Q&As - This Technical Note contains a collection of Q&As relating
  3956. to a specific topic—questions you’ve sent the Developer Support Center 
  3957. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  3958. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  3959. the editing and organization of other Technical Notes. The Q&A function is 
  3960. to get new technical information and updates to you quickly, saving the 
  3961. polish for when the information migrates into reference manuals.
  3962.  
  3963.  Name  =  SourceRoutes.cpt
  3964.  Path =  AMUG CD:Files:MacTechNotes:Networking:SourceRoutes.cpt
  3965.  Size:  9K         Date:10/29/92         Version: 
  3966.  Description:
  3967.  SourceRoutes - This Technical Note discusses source routing and its 
  3968. possible implementation in token ring link layers.
  3969.  
  3970.  Name  =  Spare A Block.cpt
  3971.  Path =  AMUG CD:Files:MacTechNotes:Files:Spare A Block.cpt
  3972.  Size:  9K         Date:10/29/92         Version: 
  3973.  Description:
  3974.  Spare A Block - This Technical Note discusses a new feature of the System 
  3975. Software 7.0 Disk Initialization Package—bad block sparing.
  3976.  
  3977.  Name  =  Speedy Coprocessor.cpt
  3978.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Speedy Coprocessor.cpt
  3979.  Size: 17K         Date:10/29/92         Version: 
  3980.  Description:
  3981.  Speedy Coprocessor - This Technical Note presents an overview of the 68881 
  3982. and 68882 math coprocessors, and it covers general information about the 
  3983. chips as well as how using the chips directly can help speed your 
  3984. math–intensive code.
  3985.  
  3986.  Name  =  Spool/Print Shared.cpt
  3987.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Spool/Print Shared.cpt
  3988.  Size:  5K         Date:10/29/92         Version: 
  3989.  Description:
  3990.  Spool/Print Shared - This technical note discusses drawbacks of using the 
  3991. spool-a-page/ print-a-page method of printing.
  3992.  
  3993.  Name  =  Spooler Queries?.cpt
  3994.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Spooler Queries?.cpt
  3995.  Size:  4K         Date: 6/22/93         Version: 
  3996.  Description:
  3997.  Spooler Queries? - When the LaserShare spooler is on an AppleTalk network, 
  3998. it acts like a LaserWriter-type device, which can be chosen and 
  3999. communicated with much like a real LaserWriter. Some applications, however,
  4000. must communicate with a LaserWriter directly, not a spooler. If this is 
  4001. true for your application, you can check whether you are actually talking 
  4002. to a real LaserWriter by sending to the LaserWriter the following query.
  4003.  
  4004.  Name  =  Stand-Alone Code.cpt
  4005.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Stand-Alone Code.cpt
  4006.  Size:113K         Date: 6/22/93         Version: 
  4007.  Description:
  4008.  Stand-Alone Code - This Technical Note discusses many of the issues related
  4009. to stand-alone code modules.  This Note is by no means a completely 
  4010. original work, as the author borrows freely from the work of Keith Rollin, 
  4011. Mark Baumwell, and Jim Friedlander.
  4012.  
  4013.  Name  =  Stand-Alone Code.cpt
  4014.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Stand-Alone Code.cpt
  4015.  Size:113K         Date:10/29/92         Version: 
  4016.  Description:
  4017.  Stand-Alone Code - This Technical Note discusses many of the issues related
  4018. to stand-alone code modules.  This Note is by no means a completely 
  4019. original work, as the author borrows freely from the work of Keith Rollin, 
  4020. Mark Baumwell, and Jim Friedlander. Changes since October 1989. Completely 
  4021. rewritten to broaden the discussion of stand-alone code modules and include
  4022. a greater scope of examples.  Incorporates Technical Notes #110, MPW. 
  4023. Writing Stand-Alone Code and #145, Debugger FKEY.
  4024.  
  4025.  Name  =  Standard File Customization.cpt
  4026.  Path =  AMUG CD:Files:MacTechNotes:Files:Standard File Customization.cpt
  4027.  Size: 13K         Date:10/29/92         Version: 
  4028.  Description:
  4029.  Standard File Customization - This note contains an example program that 
  4030. demonstrates how SFPGetFile can be customized using the dialog hook and 
  4031. file filter functions. SFPGetFile’s dialog hook function and file filter 
  4032. function enable you to customize SFPGetFile’s behavior to fit the needs of 
  4033. your application.
  4034.  
  4035.  Name  =  Standard File Pkg Q&As.cpt
  4036.  Path =  AMUG CD:Files:MacTechNotes:Files:Standard File Pkg Q&As.cpt
  4037.  Size: 17K         Date:10/29/92         Version: 
  4038.  Description:
  4039.  Standard File Pkg Q&As - This Technical Note contains a collection of Q&As 
  4040. relating to a specific topic—questions you’ve sent the Developer Support 
  4041. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4042. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4043. have the editing and organization of other Technical Notes. The Q&A 
  4044. function is to get new technical information and updates to you quickly, 
  4045. saving the polish for when the information migrates into reference manuals.
  4046.  
  4047.  Name  =  Standard File Tips.cpt
  4048.  Path =  AMUG CD:Files:MacTechNotes:Files:Standard File Tips.cpt
  4049.  Size:  6K         Date:10/29/92         Version: 
  4050.  Description:
  4051.  Standard File Tips - SFSaveDisk and CurDirStore. Low-memory location $214 
  4052. (SFSaveDisk—a word) contains –1* the vRefNum of the volume that SF is 
  4053. displaying (MFS and HFS). It never contains –1* a WDRefNum. Low-memory 
  4054. location $398 (CurDirStore—a long word) contains the dirID of the directory
  4055. that SF is displaying (HFS only). This information can be particularly 
  4056. useful at hook time, when the vRefNum field of the reply record has not yet
  4057. been filled in.
  4058.  
  4059.  Name  =  Start Mgr Q&As.cpt
  4060.  Path =  AMUG CD:Files:MacTechNotes:Operating System:Start Mgr Q&As.cpt
  4061.  Size:  6K         Date:10/29/92         Version: 
  4062.  Description:
  4063.  Start Mgr Q&As - This Technical Note contains a collection of Q&As relating
  4064. to a specific topic—questions you’ve sent the Developer Support Center 
  4065. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4066. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4067. the editing and organization of other Technical Notes. The Q&A function is 
  4068. to get new technical information and updates to you quickly, saving the 
  4069. polish for when the information migrates into reference manuals.
  4070.  
  4071.  Name  =  Stationery Pads.cpt
  4072.  Path =  AMUG CD:Files:MacTechNotes:Overview:Stationery Pads.cpt
  4073.  Size:  6K         Date:10/29/92         Version: 
  4074.  Description:
  4075.  Stationery Pads - With the introduction of AppleShare (Apple’s file server)
  4076. there are restrictions on self-modification of application resource files 
  4077. and the placement of configuration files. This note describes one way to 
  4078. get around the necessity for configuration files.
  4079.  
  4080.  Name  =  _StripAddress.cpt
  4081.  Path =  AMUG CD:Files:MacTechNotes:Memory:_StripAddress.cpt
  4082.  Size:  8K         Date:10/29/92         Version: 
  4083.  Description:
  4084.  _StripAddress - Inside Macintosh, Volume V, The OS Utilities, incorrectly 
  4085. documents the _StripAddress trap; this Technical Note correctly documents 
  4086. the trap and gives guidelines for its use. Changes since April 1990. Added 
  4087. a discussion of why the _StripAddress trap should be used under certain 
  4088. circumstances when patching traps.
  4089.  
  4090.  Name  =  Strip _OpenResFile/_Open.cpt
  4091.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Strip _OpenResFile/_Open.cpt
  4092.  Size:  5K         Date:10/29/92         Version: 
  4093.  Description:
  4094.  Strip _OpenResFile/_Open - This Technical Note discusses a bug in 
  4095. _OpenResFile and _OpenRFPerm which can cause system crashes and what you 
  4096. can do to avoid this problem.
  4097.  
  4098.  Name  =  Styled Text Edit in 6.0.cpt
  4099.  Path =  AMUG CD:Files:MacTechNotes:Text:Styled Text Edit in 6.0.cpt
  4100.  Size: 13K         Date:10/29/92         Version: 
  4101.  Description:
  4102.  Styled Text Edit in 6.0 - Some changes were made to TextEdit in System 6.0 
  4103. to provide more functionality and to make life easier for the programmer 
  4104. using TextEdit.  This Note documents those changes and enhancements.
  4105. Changes since August 1988. Corrected an error in TEDispatchRec in the 
  4106. figure on page 8.
  4107.  
  4108.  Name  =  Sub(Launching) H-L Langu.cpt
  4109.  Path =  AMUG CD:Files:MacTechNotes:Processes:Sub(Launching) H-L Langu.cpt
  4110.  Size: 10K         Date:10/29/92         Version: 
  4111.  Description:
  4112.  Sub(Launching) H-L Langu - This Technical Note discusses the “safest” 
  4113. method of calling _Launch from a high-level language that supports inline 
  4114. assembly language with the option of launching or sublaunching another 
  4115. application.
  4116.  
  4117.  Name  =  Subject Index.cpt
  4118.  Path =  AMUG CD:Files:MacTechNotes: Indexes:Subject Index.cpt
  4119.  Size: 34K         Date:10/29/92         Version: 
  4120.  Description:
  4121.  Subject Index - This index expounds upon each of the topics covered in 
  4122. Technical Notes.
  4123.  
  4124.  Name  =  Swapping MMU Mode.cpt
  4125.  Path =  AMUG CD:Files:MacTechNotes:Memory:Swapping MMU Mode.cpt
  4126.  Size:  5K         Date:10/29/92         Version: 
  4127.  Description:
  4128.  Swapping MMU Mode - This Technical Note describes how to avoid crashing 
  4129. when swapping into 32-bit mode on a Macintosh II.  Thanks to Jim Berry and 
  4130. Dan Weston for pointing this out. Changes since April 1989. Added a 
  4131. reference to Technical Note #213, _StripAddress:  The Untold Story.
  4132.  
  4133.  Name  =  Sys Error Hndlr Q&As.cpt
  4134.  Path =  AMUG CD:Files:MacTechNotes:Operating System:Sys Error Hndlr Q&As.cpt
  4135.  Size:  6K         Date: 2/23/93         Version: 
  4136.  Description:
  4137.  Sys Error Hndlr Q&As - This Technical Note contains a collection of Q&As 
  4138. relating to a specific topic—questions you’ve sent the Developer Support 
  4139. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4140. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4141. have the editing and organization of other Technical Notes. The Q&A 
  4142. function is to get new technical information and updates to you quickly, 
  4143. saving the polish for when the information migrates into reference manuals.
  4144.  
  4145.  Name  =  System Error 33.cpt
  4146.  Path =  AMUG CD:Files:MacTechNotes:Memory:System Error 33.cpt
  4147.  Size:  5K         Date:10/29/92         Version: 
  4148.  Description:
  4149.  System Error 33 - System 3.2 introduced a new system error, ID=33, 
  4150. generated by the Memory Manager when it notices that a heap had been 
  4151. corrupted in a certain way. This error is listed in the file “SysErr.a” as 
  4152. “negZcbFreeErr”.
  4153.  
  4154.  Name  =  System S/W Util Q&As.cpt
  4155.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:System S/W Util Q&As.cpt
  4156.  Size:  5K         Date:10/29/92         Version: 
  4157.  Description:
  4158.  System S/W Util Q&As - This Technical Note contains a collection of Q&As 
  4159. relating to a specific topic—questions you’ve sent the Developer Support 
  4160. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4161. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4162. have the editing and organization of other Technical Notes. The Q&A 
  4163. function is to get new technical information and updates to you quickly, 
  4164. saving the polish for when the information migrates into reference manuals.
  4165.  
  4166.  Name  =  TEScroll Bug.cpt
  4167.  Path =  AMUG CD:Files:MacTechNotes:Text:TEScroll Bug.cpt
  4168.  Size:  4K         Date:10/29/92         Version: 
  4169.  Description:
  4170.  TEScroll Bug - A bug in TextEdit causes the following problem: a call to 
  4171. TEScroll with no horizontal or vertical displacement (that is, both dh and 
  4172. dv set to zero) results in disappearance of the insertion point. 
  4173.  
  4174.  Name  =  Tags.cpt
  4175.  Path =  AMUG CD:Files:MacTechNotes:Files:Tags.cpt
  4176.  Size:  5K         Date:10/29/92         Version: 
  4177.  Description:
  4178.  Tags - Apple has decided to eliminate support for file-system tags on its 
  4179. future products; this technical note explains this decision. Some of 
  4180. Apple’s disk products (and some third-party products) have the ability to 
  4181. store 532 bytes per sector, instead of the normal 512. Twelve of the extra 
  4182. bytes are used to store redundant file system information, known as “tags”,
  4183. to be used by a scavenging utility to reconstruct damaged disks.
  4184.  
  4185.  Name  =  TextEdit Advice & Descent.cpt
  4186.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit Advice & Descent.cpt
  4187.  Size:  6K         Date: 6/22/93         Version: 
  4188.  Description:
  4189.  TextEdit Advice & Descent - This technical note will point out some bugs 
  4190. (and possible workarounds), and other items of interest for the TextEdit 
  4191. programmer.
  4192.  
  4193.  Name  =  TextEdit Bugs in 4.2.cpt
  4194.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit Bugs in 4.2.cpt
  4195.  Size:  6K         Date:10/29/92         Version: 
  4196.  Description:
  4197.  TextEdit Bugs in 4.2 - This note formerly described the known bugs with the
  4198. version of Styled TextEdit that was provided with System 4.1. Many of these
  4199. bugs were fixed in System 4.2. This updated Technical Note describes the 
  4200. remaining known problems.
  4201.  
  4202.  Name  =  TextEdit Conversion.cpt
  4203.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit Conversion.cpt
  4204.  Size:  4K         Date:10/29/92         Version: 
  4205.  Description:
  4206.  TextEdit Conversion - Text sometimes must be converted between a Pascal 
  4207. string and “pure” text in a handle. This note illustrates a way to do this 
  4208. using MPW Pascal.
  4209.  
  4210.  Name  =  TextEdit EOL Ambiguity.cpt
  4211.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit EOL Ambiguity.cpt
  4212.  Size:  4K         Date:10/29/92         Version: 
  4213.  Description:
  4214.  TextEdit EOL Ambiguity - TESetSelect may be used to position the insertion 
  4215. point at the end of a line. There is an ambiguity, though; should the 
  4216. insertion point appear at the end of the preceding line or the start of the
  4217. following one? It is possible to determine what will happen, as you are 
  4218. about to see.
  4219.  
  4220.  Name  =  TextEdit Q&As.cpt
  4221.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit Q&As.cpt
  4222.  Size: 12K         Date:10/29/92         Version: 
  4223.  Description:
  4224.  TextEdit Q&As - This Technical Note contains a collection of Q&As relating 
  4225. to a specific topic—questions you’ve sent the Developer Support Center 
  4226. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4227. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4228. the editing and organization of other Technical Notes. The Q&A function is 
  4229. to get new technical information and updates to you quickly, saving the 
  4230. polish for when the information migrates into reference manuals.
  4231.  
  4232.  Name  =  TextEdit Record Size Limits.cpt
  4233.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit Record Size Limits.cpt
  4234.  Size:  5K         Date: 6/22/93         Version: 
  4235.  Description:
  4236.  TextEdit Record Size Limits - This Technical Note describes another limit 
  4237. on the length of a TextEdit record that was previously undocumented.
  4238.  
  4239.  Name  =  TextEdit Technicalities.cpt
  4240.  Path =  AMUG CD:Files:MacTechNotes:Text:TextEdit Technicalities.cpt
  4241.  Size:  8K         Date:10/29/92         Version: 
  4242.  Description:
  4243.  TextEdit Technicalities - This Technical Note discusses some areas in 
  4244. TextEdit that have not previously been clearly documented. Changes since 
  4245. February 1990. Added a note about the changes in TextEdit for System 
  4246. Software 6.0.5, documented the low-memory global TESysJust, clarified 
  4247. information about text direction and _TESetJust, discussed problems with 
  4248. the SetWordBreak routine along with a solution to work around it, and 
  4249. described the differences in dialog text item behavior.
  4250.  
  4251.  Name  =  Text Services Mgr Q&As.cpt
  4252.  Path =  AMUG CD:Files:MacTechNotes:Text:Text Services Mgr Q&As.cpt
  4253.  Size:  5K         Date: 6/22/93         Version: 
  4254.  Description:
  4255.  Text Services Mgr Q&As - This Technical Note contains a collection of Q&As 
  4256. relating to a specific topic—questions you’ve sent the Developer Support 
  4257. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4258. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4259. have the editing and organization of other Technical Notes. The Q&A 
  4260. function is to get new technical information and updates to you quickly, 
  4261. saving the polish for when the information migrates into reference manuals.
  4262.  
  4263.  Name  =  The Compleat Guide to Teach.cpt
  4264.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:The Compleat Guide to Teach.cpt
  4265.  Size: 15K         Date: 6/22/93         Version: 
  4266.  Description:
  4267.  The Compleat Guide to Teach - This Technical Note explains how to use 
  4268. TeachText to create release notes, complete with pictures, which every 
  4269. Macintosh owner can read. This Note assumes familiarity with ResEdit.
  4270.  
  4271.  Name  =  The PAP Status Buffer.cpt
  4272.  Path =  AMUG CD:Files:MacTechNotes:Networking:The PAP Status Buffer.cpt
  4273.  Size:  8K         Date: 6/22/93         Version: 
  4274.  Description:
  4275.  The PAP Status Buffer - This Technical Note shows the format of the ATP 
  4276. data part of Printer Access Protocol (PAP) OpenConnReply and Status 
  4277. AppleTalk response packets. A PAP client returns this information in its 
  4278. implementation of the PAPStatus and PAPOpen calls. The status buffer format
  4279. is shown for both LaserWriter and ImageWriter (with the ImageWriter II/LQ 
  4280. LocalTalk Option card installed) printers.
  4281.  
  4282.  Name  =  Time Mgr Q&As.cpt
  4283.  Path =  AMUG CD:Files:MacTechNotes:Processes:Time Mgr Q&As.cpt
  4284.  Size:  5K         Date:12/28/92         Version: 
  4285.  Description:
  4286.  Time Mgr Q&As - This Technical Note contains a collection of Q&As relating 
  4287. to a specific topic—questions you’ve sent the Developer Support Center 
  4288. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4289. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4290. the editing and organization of other Technical Notes. The Q&A function is 
  4291. to get new technical information and updates to you quickly, saving the 
  4292. polish for when the information migrates into reference manuals.
  4293.  
  4294.  Name  =  Time Space and CopyBits.cpt
  4295.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Graphics:Time Space and CopyBits.cpt
  4296.  Size: 21K         Date:10/29/92         Version: 
  4297.  Description:
  4298.  Time Space and CopyBits - This Technical Note describes the various factors
  4299. that can influence the speed of _CopyBits so that developers can set up 
  4300. conditions to achieve the best performance for the particular situation.
  4301.  
  4302.  Name  =  Title Index.cpt
  4303.  Path =  AMUG CD:Files:MacTechNotes: Indexes:Title Index.cpt
  4304.  Size: 11K         Date:10/29/92         Version: 
  4305.  Description:
  4306.  Title Index - This index lists each Tech Note by Title, and gives the 
  4307. corresponding designation.
  4308.  
  4309.  Name  =  Token Ring Q&As.cpt
  4310.  Path =  AMUG CD:Files:MacTechNotes:Networking:Token Ring Q&As.cpt
  4311.  Size:  7K         Date:10/29/92         Version: 
  4312.  Description:
  4313.  Token Ring Q&As - This Technical Note contains a collection of Q&As 
  4314. relating to a specific topic—questions you’ve sent the Developer Support 
  4315. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4316. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4317. have the editing and organization of other Technical Notes. The Q&A 
  4318. function is to get new technical information and updates to you quickly, 
  4319. saving the polish for when the information migrates into reference manuals.
  4320.  
  4321.  Name  =  TokenTlk Programmer's Guide.cpt
  4322.  Path =  AMUG CD:Files:MacTechNotes:Networking:TokenTlk Programmer's Guide.cpt
  4323.  Size:  9K         Date: 6/22/93         Version: 
  4324.  Description:
  4325.  TokenTlk Programmer's Guide - This Technical Note presents the additions 
  4326. and changes to the TokenTalk Programmer’s Guide and the latest information 
  4327. with regard to software development for the Apple Token Ring NB and Token 
  4328. Ring 4/16 NB network cards.
  4329.  
  4330.  Name  =  Toolbox Karma.cpt
  4331.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Toolbox Karma.cpt
  4332.  Size:  6K         Date:10/29/92         Version: 
  4333.  Description:
  4334.  Toolbox Karma - This Technical Note discusses Macintosh Toolbox 
  4335. compatibility and what you can do to help the Macintosh continue evolving 
  4336. in the future.
  4337.  
  4338.  Name  =  TrueType Q&As.cpt
  4339.  Path =  AMUG CD:Files:MacTechNotes:Text:TrueType Q&As.cpt
  4340.  Size:  9K         Date:10/29/92         Version: 
  4341.  Description:
  4342.  TrueType Q&As - This Technical Note contains a collection of Q&As relating 
  4343. to a specific topic—questions you’ve sent the Developer Support Center 
  4344. (DSC) along with answers from the DSC engineers. While DSC engineers have 
  4345. checked the Q&A content for accuracy, the Q&A Technical Notes don’t have 
  4346. the editing and organization of other Technical Notes. The Q&A function is 
  4347. to get new technical information and updates to you quickly, saving the 
  4348. polish for when the information migrates into reference manuals.
  4349.  
  4350.  Name  =  User Items in Dialogs.cpt
  4351.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:User Items in Dialogs.cpt
  4352.  Size:  8K         Date:10/29/92         Version: 
  4353.  Description:
  4354.  User Items in Dialogs - The Dialog Manager does not go into detail about 
  4355. how to manage user items in dialogs; this Technical Note describes the 
  4356. process. Changes since March 1, 1988. Added MPW C 3.0 code, added a 
  4357. _SetPort call to the Pascal example, and noted the necessity and meaning of
  4358. enabled items.
  4359.  
  4360.  Name  =  Using Laser Prep Routines.cpt
  4361.  Path =  AMUG CD:Files:MacTechNotes:Imaging:Printing:Using Laser Prep Routines.cpt
  4362.  Size:  6K         Date: 6/22/93         Version: 
  4363.  Description:
  4364.  Using Laser Prep Routines - This technical note addresses the issues 
  4365. involved in depending on the procedures and constants defined in the Laser 
  4366. Prep dictionary.
  4367.  
  4368.  Name  =  Using MPW for Non-Mac 68000.cpt
  4369.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Using MPW for Non-Mac 68000.cpt
  4370.  Size: 11K         Date: 6/22/93         Version: 
  4371.  Description:
  4372.  Using MPW for Non-Mac 68000 - This Technical Note discusses using MPW 3.0 
  4373. for creating software intended to run on 68000-based systems that do not 
  4374. implement the Macintosh run-time architecture. These systems include NuBus™
  4375. cards, peripheral devices, and proprietary 68000 systems.
  4376.  
  4377.  Name  =  VCBs and Drive Numbers.cpt
  4378.  Path =  AMUG CD:Files:MacTechNotes:Files:VCBs and Drive Numbers.cpt
  4379.  Size:  5K         Date:10/29/92         Version: 
  4380.  Description:
  4381.  VCBs and Drive Numbers - The top of page IV-178 in The File Manager chapter
  4382. of Inside Macintosh in attempts to explain the behavior of two fields in a 
  4383. volume control block when the corresponding disk is offline or ejected. Due
  4384. to the fact that a little bit is left unsaid, this paragraph is rather 
  4385. misleading. The two fields in question are vcbDrvNum and vcbDRefNum 
  4386. (referred to as ioVDrvInfo and ioVDRefNum in C and Pascal). PBHGetVInfo can
  4387. be used to access these fields.
  4388.  
  4389.  Name  =  VIA Q&As.cpt
  4390.  Path =  AMUG CD:Files:MacTechNotes:Hardware:VIA Q&As.cpt
  4391.  Size:  5K         Date:10/29/92         Version: 
  4392.  Description:
  4393.  VIA Q&As - This Technical Note contains a collection of Q&As relating to a 
  4394. specific topic—questions you’ve sent the Developer Support Center (DSC) 
  4395. along with answers from the DSC engineers. While DSC engineers have checked
  4396. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  4397. editing and organization of other Technical Notes. The Q&A function is to 
  4398. get new technical information and updates to you quickly, saving the polish
  4399. for when the information migrates into reference manuals.
  4400.  
  4401.  Name  =  VM and Memory Mappings.cpt
  4402.  Path =  AMUG CD:Files:MacTechNotes:Memory:VM and Memory Mappings.cpt
  4403.  Size: 20K         Date: 6/22/93         Version: 
  4404.  Description:
  4405.  VM and Memory Mappings - The purpose of this Note is twofold.  First, it 
  4406. describes in detail how to use the GetPhysical routine.  This routine is 
  4407. critical to the support of alternate bus masters on certain machines 
  4408. without Virtual Memory (VM) and all machines with VM.  Included is an 
  4409. ancillary discussion of several closely-related VM routines.  Second, it 
  4410. reiterates a number of issues important to VM compatibility and elucidates 
  4411. some of the deeper VM issues of which specialized developers should be 
  4412. aware.  Compatibility issues are especially important for developers of 
  4413. SCSI drivers, NuBus™ master hardware, and code which runs at interrupt 
  4414. time.
  4415.  
  4416.  Name  =  Version Territory.cpt
  4417.  Path =  AMUG CD:Files:MacTechNotes:Overview:Version Territory.cpt
  4418.  Size: 11K         Date:10/29/92         Version: 
  4419.  Description:
  4420.  Version Territory - This Technical Note describes the 'vers' resource 
  4421. supported by Finder 6.1 and later. Changes since April 1989. Changed MPW C 
  4422. code to reflect the changes in MPW C 3.1.
  4423.  
  4424.  Name  =  Video Q&As.cpt
  4425.  Path =  AMUG CD:Files:MacTechNotes:Hardware:Video Q&As.cpt
  4426.  Size: 18K         Date:10/29/92         Version: 
  4427.  Description:
  4428.  Video Q&As - This Technical Note contains a collection of Q&As relating to 
  4429. a specific topic—questions you’ve sent the Developer Support Center (DSC) 
  4430. along with answers from the DSC engineers. While DSC engineers have checked
  4431. the Q&A content for accuracy, the Q&A Technical Notes don’t have the 
  4432. editing and organization of other Technical Notes. The Q&A function is to 
  4433. get new technical information and updates to you quickly, saving the polish
  4434. for when the information migrates into reference manuals.
  4435.  
  4436.  Name  =  Virtual Memory Q&As.cpt
  4437.  Path =  AMUG CD:Files:MacTechNotes:Memory:Virtual Memory Q&As.cpt
  4438.  Size:  7K         Date:10/29/92         Version: 
  4439.  Description:
  4440.  Virtual Memory Q&As - This Technical Note contains a collection of Q&As 
  4441. relating to a specific topic—questions you’ve sent the Developer Support 
  4442. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4443. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4444. have the editing and organization of other Technical Notes. The Q&A 
  4445. function is to get new technical information and updates to you quickly, 
  4446. saving the polish for when the information migrates into reference manuals.
  4447.  
  4448.  Name  =  Virtual User Q&As.cpt
  4449.  Path =  AMUG CD:Files:MacTechNotes:Platforms & Tools:Virtual User Q&As.cpt
  4450.  Size:  6K         Date:10/29/92         Version: 
  4451.  Description:
  4452.  Virtual User Q&As - This Technical Note contains a collection of Q&As 
  4453. relating to a specific topic—questions you’ve sent the Developer Support 
  4454. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4455. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4456. have the editing and organization of other Technical Notes. The Q&A 
  4457. function is to get new technical information and updates to you quickly, 
  4458. saving the polish for when the information migrates into reference manuals.
  4459.  
  4460.  Name  =  Volume Handling Q&As.cpt
  4461.  Path =  AMUG CD:Files:MacTechNotes:Files:Volume Handling Q&As.cpt
  4462.  Size: 18K         Date:10/29/92         Version: 
  4463.  Description:
  4464.  Volume Handling Q&As - This Technical Note contains a collection of Q&As 
  4465. relating to a specific topic—questions you’ve sent the Developer Support 
  4466. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4467. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4468. have the editing and organization of other Technical Notes. The Q&A 
  4469. function is to get new technical information and updates to you quickly, 
  4470. saving the polish for when the information migrates into reference manuals.
  4471.  
  4472.  Name  =  WDs & MultiFinder.cpt
  4473.  Path =  AMUG CD:Files:MacTechNotes:Files:WDs & MultiFinder.cpt
  4474.  Size:  5K         Date:10/29/92         Version: 
  4475.  Description:
  4476.  WDs & MultiFinder - This technical note describes the way that working 
  4477. directories are handled under MultiFinder. Some versions of Technical Note 
  4478. #77 claim that you can open working directories with a unique ioWDProcID 
  4479. and that they will only be deallocated when “the system is rebooted.”
  4480.  
  4481.  Name  =  WMgrPort.cpt
  4482.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:WMgrPort.cpt
  4483.  Size:  6K         Date:10/29/92         Version: 
  4484.  Description:
  4485.  WMgrPort - Where WMgrPort (the Window Manager’s port), MultiFinder, and 
  4486. drawing outside of one’s windows will be reconciled.
  4487.  
  4488.  Name  =  WaitNextEvent Bug in 1.0.cpt
  4489.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:WaitNextEvent Bug in 1.0.cpt
  4490.  Size:  5K         Date:10/29/92         Version: 
  4491.  Description:
  4492.  WaitNextEvent Bug in 1.0 - This Technical Note discusses a bug in 
  4493. WaitNextEvent in MultiFinder 1.0. This bug only occurs when WaitNextEvent 
  4494. is called from the background. This bug will be fixed in the next release 
  4495. of MultiFinder. Change since 11/87 the bug will be fixed in Systems with 
  4496. versions greater than $04FF.
  4497.  
  4498.  Name  =  Which File System is Active.cpt
  4499.  Path =  AMUG CD:Files:MacTechNotes:Files:Which File System is Active.cpt
  4500.  Size:  6K         Date:10/29/92         Version: 
  4501.  Description:
  4502.  Which File System is Active - This Technical Note discusses how to 
  4503. determine which file system a particular volume is running. Changes since 
  4504. June 1990. Removed text about IDs $0001-$0016 being AppleShare volumes; 
  4505. other file systems use this range too. Under certain circumstances it is 
  4506. necessary to determine which file system is currently running on a 
  4507. particular volume.  For example, on a 64K ROM machine, your application 
  4508. (i.e., especially disk recovery utilities or disk editors, etc.) may need 
  4509. to check for MFS versus HFS.  Note that this is usually not necessary, 
  4510. because all ROMs, except the original 64K ROMs, include HFS.
  4511.  
  4512.  Name  =  Window Mgr Q&As.cpt
  4513.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:Window Mgr Q&As.cpt
  4514.  Size: 11K         Date:10/29/92         Version: 
  4515.  Description:
  4516.  Window Mgr Q&As - This Technical Note contains a collection of Q&As 
  4517. relating to a specific topic—questions you’ve sent the Developer Support 
  4518. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4519. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4520. have the editing and organization of other Technical Notes. The Q&A 
  4521. function is to get new technical information and updates to you quickly, 
  4522. saving the polish for when the information migrates into reference manuals.
  4523.  
  4524.  Name  =  WordBreak Tables.cpt
  4525.  Path =  AMUG CD:Files:MacTechNotes:Text:WordBreak Tables.cpt
  4526.  Size: 10K         Date:10/29/92         Version: 
  4527.  Description:
  4528.  WordBreak Tables - This technical note describes how to construct auxiliary
  4529. break tables for use with the FindWord routine in the Script Manager.
  4530.  
  4531.  Name  =  WorldScript Q&As.cpt
  4532.  Path =  AMUG CD:Files:MacTechNotes:Text:WorldScript Q&As.cpt
  4533.  Size:  8K         Date: 6/22/93         Version: 
  4534.  Description:
  4535.  WorldScript Q&As - This Technical Note contains a collection of Q&As 
  4536. relating to a specific topic—questions you’ve sent the Developer Support 
  4537. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4538. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4539. have the editing and organization of other Technical Notes. The Q&A 
  4540. function is to get new technical information and updates to you quickly, 
  4541. saving the polish for when the information migrates into reference manuals.
  4542.  
  4543.  Name  =  Worldwide Ov Q&As.cpt
  4544.  Path =  AMUG CD:Files:MacTechNotes:Overview:Worldwide Ov Q&As.cpt
  4545.  Size: 10K         Date:10/29/92         Version: 
  4546.  Description:
  4547.  Worldwide Ov Q&As - This Technical Note contains a collection of Q&As 
  4548. relating to a specific topic—questions you’ve sent the Developer Support 
  4549. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4550. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4551. have the editing and organization of other Technical Notes. The Q&A 
  4552. function is to get new technical information and updates to you quickly, 
  4553. saving the polish for when the information migrates into reference manuals.
  4554.  
  4555.  Name  =  X25 & X400 Q&As.cpt
  4556.  Path =  AMUG CD:Files:MacTechNotes:Networking:X25 & X400 Q&As.cpt
  4557.  Size:  8K         Date:10/29/92         Version: 
  4558.  Description:
  4559.  X25 & X400 Q&As - This Technical Note contains a collection of Q&As 
  4560. relating to a specific topic—questions you’ve sent the Developer Support 
  4561. Center (DSC) along with answers from the DSC engineers. While DSC engineers
  4562. have checked the Q&A content for accuracy, the Q&A Technical Notes don’t 
  4563. have the editing and organization of other Technical Notes. The Q&A 
  4564. function is to get new technical information and updates to you quickly, 
  4565. saving the polish for when the information migrates into reference manuals.
  4566.  
  4567.  Name  =  ZoomWindow.cpt
  4568.  Path =  AMUG CD:Files:MacTechNotes:Toolbox:ZoomWindow.cpt
  4569.  Size:  9K         Date:10/29/92         Version: 
  4570.  Description:
  4571.  ZoomWindow - This Technical Note contains some hints about using 
  4572. _ZoomWindow. Changes since February 1990. Fixed a bug in DoWZoom which 
  4573. caused crashes if the content of a window did not intersect with any 
  4574. device’s gdRect.  Also made DoWZoom more robust by making savePort a local 
  4575. variable and checking for off-screen and inactive GDevice records.  (One 
  4576. variable name has changed.)  Additional minor changes:  Corrected original 
  4577. sample code to use _EraseRect before zooming and added references to Human 
  4578. Interface Note #7, Who’s Zooming Whom? for more subtle and application- 
  4579. specific considerations.
  4580.  
  4581.